From d8f21f3595e902fb472d53e8461fe882d6566bfa Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 3 Sep 2024 15:18:10 -0600 Subject: [PATCH] build: time android instrumented tests out after 30 minutes (#386) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f992698b1..6b067312b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -108,6 +108,7 @@ jobs: script: echo "Generated AVD snapshot for caching." - name: run tests uses: reactivecircus/android-emulator-runner@v2 + timeout-minutes: 30 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }}