From b344803ebe6c0bd8fd190a0bbd72554f625d50e5 Mon Sep 17 00:00:00 2001 From: yuoohama Date: Sat, 5 Aug 2023 23:20:45 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7ab3eb8..da56728b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: - name: Run integration tests id: Run-integration-tests continue-on-error: true - timeout-minutes: 5 + timeout-minutes: 10 uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.api-level }} @@ -137,7 +137,7 @@ jobs: - name: Retry integration tests id: Retry-integration-tests continue-on-error: true - timeout-minutes: 5 + timeout-minutes: 10 if: steps.Run-integration-tests.outcome == 'failure' uses: reactivecircus/android-emulator-runner@v2 with: