Skip to content

Commit 9942d02

Browse files
authored
[Android benchmark] Increase sleep time
from 10 to 30 seconds. Might help cool down the device.
1 parent f351ec2 commit 9942d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/benchmark/android/benchmark/android-llm-device-farm-test-spec.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ phases:
111111

112112
adb -s $DEVICEFARM_DEVICE_UDID shell dumpsys deviceidle force-idle
113113
adb -s $DEVICEFARM_DEVICE_UDID shell dumpsys deviceidle unforce
114-
adb -s $DEVICEFARM_DEVICE_UDID shell sleep 10
114+
adb -s $DEVICEFARM_DEVICE_UDID shell sleep 30
115115

116116
if [ -n "$BIN_FOUND" ]; then
117117
adb -s $DEVICEFARM_DEVICE_UDID shell am start -W -n org.pytorch.minibench/.LlmBenchmarkActivity \

0 commit comments

Comments
 (0)