Skip to content

Commit 9b5ba1f

Browse files
Guang Yangfacebook-github-bot
authored andcommitted
Increase timeout threshold for on-device benchmarking (#5324)
Summary: Seeing timeout issue in iOS workflow due to queueing/scheduling. We will increase the timeout threshold to 120mins (from 60mins). bypass-github-export-check Pull Request resolved: #5324 Reviewed By: huydhn, kirklandsign Differential Revision: D62621640 Pulled By: guangy10 fbshipit-source-id: 3b6d4a4adca5776c18b466286ddc2da2a21de196
1 parent bfce743 commit 9b5ba1f

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)