Skip to content

Commit 2001b3c

Browse files
Guang Yangfacebook-github-bot
authored andcommitted
Revert D62621640: Increase timeout threshold for on-device benchmarking
Differential Revision: D62621640 Original commit changeset: 3b6d4a4adca5 Original Phabricator Diff: D62621640 fbshipit-source-id: 023c20f621bf56227dd80ef87e563a47ffc613aa
1 parent f507871 commit 2001b3c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/android-perf.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ jobs:
274274
delegate: ${{ fromJson(needs.set-parameters.outputs.delegates) }}
275275
device: ${{ fromJson(needs.set-parameters.outputs.devices) }}
276276
fail-fast: false
277-
timeout: 120 # Due to scheduling a job may be pushed beyond the default 60m threshold
278277
with:
279278
device-type: android
280279
runner: linux.2xlarge

.github/workflows/apple-perf.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ 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
321320
with:
322321
device-type: ios
323322
# 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)