Skip to content

Commit 40b4648

Browse files
author
Guang Yang
committed
Increase timeout threshold for on-device benchmarking
1 parent 07e15a9 commit 40b4648

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/android-perf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ jobs:
277277
delegate: ${{ fromJson(needs.set-parameters.outputs.delegates) }}
278278
device: ${{ fromJson(needs.set-parameters.outputs.devices) }}
279279
fail-fast: false
280+
timeout: 120 # Due to scheduling a job may be pushed beyond the default 60m threshold
280281
with:
281282
device-type: android
282283
runner: linux.2xlarge

.github/workflows/apple-perf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ jobs:
317317
delegate: ${{ fromJson(needs.set-parameters.outputs.delegates) }}
318318
device: ${{ fromJson(needs.set-parameters.outputs.devices) }}
319319
fail-fast: false
320+
timeout: 120 # Due to scheduling a job may be pushed beyond the default 60m threshold
320321
with:
321322
device-type: ios
322323
# For iOS testing, the runner just needs to call AWS Device Farm, so there is no need to run this on macOS

0 commit comments

Comments
 (0)