Skip to content

Commit a9ffb3a

Browse files
Guang Yangfacebook-github-bot
authored andcommitted
Increase timeout threshold for on-device benchmarking (#5371)
Summary: bypass-github-export-checks Pull Request resolved: #5371 Reviewed By: huydhn Differential Revision: D62674170 Pulled By: guangy10 fbshipit-source-id: 3b4419457f1c58ce9a822bf7168512750ad170fa
1 parent 07c77be commit a9ffb3a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/android-perf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ jobs:
220220
device: ${{ fromJson(needs.set-parameters.outputs.devices) }}
221221
fail-fast: false
222222
with:
223+
# Due to scheduling a job may be pushed beyond the default 60m threshold
224+
timeout: 120
223225
device-type: android
224226
runner: linux.2xlarge
225227
test-infra-ref: ''

.github/workflows/apple-perf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ jobs:
292292
device: ${{ fromJson(needs.set-parameters.outputs.devices) }}
293293
fail-fast: false
294294
with:
295+
# Due to scheduling a job may be pushed beyond the default 60m threshold
296+
timeout: 120
295297
device-type: ios
296298
# For iOS testing, the runner just needs to call AWS Device Farm, so there is no need to run this on macOS
297299
runner: linux.2xlarge

0 commit comments

Comments
 (0)