Skip to content

Commit 759b249

Browse files
authored
Increase max try in llm benchmark
1 parent f1ceb6c commit 759b249

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
@@ -135,7 +135,7 @@ phases:
135135
- |
136136
BENCHMARK_RESULTS=$(adb -s $DEVICEFARM_DEVICE_UDID shell run-as org.pytorch.minibench cat files/benchmark_results.json)
137137
ATTEMPT=0
138-
MAX_ATTEMPT=10
138+
MAX_ATTEMPT=30
139139
while [ -z "${BENCHMARK_RESULTS}" ] && [ $ATTEMPT -lt $MAX_ATTEMPT ]; do
140140
echo "Waiting for benchmark results..."
141141
BENCHMARK_RESULTS=$(adb -s $DEVICEFARM_DEVICE_UDID shell run-as org.pytorch.minibench cat files/benchmark_results.json)

0 commit comments

Comments
 (0)