From 1dc2f9d448ad6b553fc17073caacb81eb9853750 Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Thu, 12 Sep 2024 14:28:36 -0700 Subject: [PATCH] Increase timeout threshold for on-device benchmarking --- .github/workflows/android-perf.yml | 1 + .github/workflows/apple-perf.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/android-perf.yml b/.github/workflows/android-perf.yml index 6769c117af6..48bebcbf2ef 100644 --- a/.github/workflows/android-perf.yml +++ b/.github/workflows/android-perf.yml @@ -278,6 +278,7 @@ 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 diff --git a/.github/workflows/apple-perf.yml b/.github/workflows/apple-perf.yml index e214e33ac1c..8cddcc93181 100644 --- a/.github/workflows/apple-perf.yml +++ b/.github/workflows/apple-perf.yml @@ -317,6 +317,7 @@ 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