From 9a68c0147cb47358a093b77369f3a709e9ad3254 Mon Sep 17 00:00:00 2001 From: Jordan Nelson Date: Wed, 13 Sep 2023 11:40:56 -0400 Subject: [PATCH] chore: increase timeout --- .github/workflows/e2e_android.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e_android.yaml b/.github/workflows/e2e_android.yaml index fa739fd9f7c..ef4c1da7661 100644 --- a/.github/workflows/e2e_android.yaml +++ b/.github/workflows/e2e_android.yaml @@ -59,7 +59,7 @@ jobs: - name: Launch Android emulator uses: ./.github/composite_actions/launch_android_emulator # Make the timeout a little longer and add retry due to delay from starting emulator. - timeout-minutes: 60 + timeout-minutes: 120 with: api-level: ${{ matrix.api-level }} script: aft exec --include=${{ inputs.package-name }} -- small=true "/build-support/integ_test.sh" -d emulator-5554 --retries 1