Skip to content

Commit 6b573af

Browse files
authored
[Android benchmark] Increase cool down time to 180 (#9480)
Let's see if it can make things more stable!
1 parent 78ee0e6 commit 6b573af

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 30
114+
adb -s $DEVICEFARM_DEVICE_UDID shell sleep 180
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)