Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Aug 5, 2023
1 parent f99528d commit b344803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down

0 comments on commit b344803

Please sign in to comment.