Skip to content

Commit f86d7e3

Browse files
authored
[Android benchmark] Increase sleep time
Differential Revision: D71410996 Pull Request resolved: #9346
1 parent 4f9c52d commit f86d7e3

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)