From 7276ee5cbd6534ef1bbdf9d4e3e5d20036bb6c69 Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Fri, 13 Sep 2024 17:34:02 -0700 Subject: [PATCH] Increase timeout threshold for on-device benchmarking --- .github/workflows/android-perf.yml | 2 ++ .github/workflows/apple-perf.yml | 2 ++ 2 files changed, 4 insertions(+) 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