From 45af1ed5e69c1871d50870e1eb74b0ac2b77be8e Mon Sep 17 00:00:00 2001 From: Brad Corso Date: Thu, 7 Dec 2023 15:40:45 -0800 Subject: [PATCH] Increase timeout for emulator tests from 25min to 35min in CI. RELNOTES=N/A PiperOrigin-RevId: 588931824 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4aa910c41e..d50fcec9219 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: ./.github/actions/artifact-android-emulator-tests - timeout-minutes: 25 + timeout-minutes: 35 with: api-level: '${{ matrix.api-level }}' publish-snapshot: