Skip to content

Commit

Permalink
Revert D62621640: Increase timeout threshold for on-device benchmarking
Browse files Browse the repository at this point in the history
Differential Revision:
D62621640

Original commit changeset: 3b6d4a4adca5

Original Phabricator Diff: D62621640

fbshipit-source-id: 023c20f621bf56227dd80ef87e563a47ffc613aa
  • Loading branch information
Guang Yang authored and facebook-github-bot committed Sep 14, 2024
1 parent f507871 commit 2001b3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/android-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ jobs:
delegate: ${{ fromJson(needs.set-parameters.outputs.delegates) }}
device: ${{ fromJson(needs.set-parameters.outputs.devices) }}
fail-fast: false
timeout: 120 # Due to scheduling a job may be pushed beyond the default 60m threshold
with:
device-type: android
runner: linux.2xlarge
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/apple-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ jobs:
delegate: ${{ fromJson(needs.set-parameters.outputs.delegates) }}
device: ${{ fromJson(needs.set-parameters.outputs.devices) }}
fail-fast: false
timeout: 120 # Due to scheduling a job may be pushed beyond the default 60m threshold
with:
device-type: ios
# For iOS testing, the runner just needs to call AWS Device Farm, so there is no need to run this on macOS
Expand Down

0 comments on commit 2001b3c

Please sign in to comment.