Skip to content

Commit ac1ab9c

Browse files
authored
Increase Android perf test timeout to 4h (#10232)
This is to ensure that the benchmark running on the 2 experimental private devices could finish https://github.com/pytorch/executorch/actions/runs/14484430048/job/40628062995. Then we can see how much time the 2 private devices take to finish all the combination to decide how much cool down time we want.
1 parent e6bdeda commit ac1ab9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ jobs:
392392
fail-fast: false
393393
with:
394394
# Due to scheduling a job may be pushed beyond the default 60m threshold
395-
timeout: 120
395+
timeout: 240
396396
device-type: android
397397
runner: linux.2xlarge
398398
test-infra-ref: ''

0 commit comments

Comments
 (0)