Skip to content

Commit 1dc2f9d

Browse files
author
Guang Yang
committed
Increase timeout threshold for on-device benchmarking
1 parent 25168b7 commit 1dc2f9d

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
@@ -278,6 +278,7 @@ jobs:
278278
delegate: ${{ fromJson(needs.set-parameters.outputs.delegates) }}
279279
device: ${{ fromJson(needs.set-parameters.outputs.devices) }}
280280
fail-fast: false
281+
timeout: 120 # Due to scheduling a job may be pushed beyond the default 60m threshold
281282
with:
282283
device-type: android
283284
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)