diff --git a/.github/workflows/android-perf.yml b/.github/workflows/android-perf.yml index 06ee5a46fc1..78c1a2dd096 100644 --- a/.github/workflows/android-perf.yml +++ b/.github/workflows/android-perf.yml @@ -220,6 +220,8 @@ jobs: device: ${{ fromJson(needs.set-parameters.outputs.devices) }} fail-fast: false with: + # Due to scheduling a job may be pushed beyond the default 60m threshold + timeout: 120 device-type: android runner: linux.2xlarge test-infra-ref: '' diff --git a/.github/workflows/apple-perf.yml b/.github/workflows/apple-perf.yml index 6af807483bd..b4b1d3aef58 100644 --- a/.github/workflows/apple-perf.yml +++ b/.github/workflows/apple-perf.yml @@ -292,6 +292,8 @@ jobs: device: ${{ fromJson(needs.set-parameters.outputs.devices) }} fail-fast: false with: + # Due to scheduling a job may be pushed beyond the default 60m threshold + timeout: 120 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 runner: linux.2xlarge