From 1032dda8c1b39f583c6c76f0d3e371581bd54571 Mon Sep 17 00:00:00 2001 From: Huy Do Date: Wed, 16 Apr 2025 11:04:13 -0700 Subject: [PATCH] Increase Android perf test timeout to 4h --- .github/workflows/android-perf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-perf.yml b/.github/workflows/android-perf.yml index 931bdbfe22d..391eb817384 100644 --- a/.github/workflows/android-perf.yml +++ b/.github/workflows/android-perf.yml @@ -392,7 +392,7 @@ jobs: fail-fast: false with: # Due to scheduling a job may be pushed beyond the default 60m threshold - timeout: 120 + timeout: 240 device-type: android runner: linux.2xlarge test-infra-ref: ''