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 11, 2023
1 parent a2b4b58 commit 6d125c8
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 @@ -141,7 +141,7 @@ jobs:
- name: Retry integration tests
id: Retry-integration-tests
continue-on-error: true
timeout-minutes: 20
timeout-minutes: 15
if: steps.Run-integration-tests.outcome == 'failure'
uses: reactivecircus/android-emulator-runner@v2
with:
Expand All @@ -162,7 +162,7 @@ jobs:
- name: Re:Retry integration tests
if: steps.Retry-integration-tests.outcome == 'failure'
timeout-minutes: 20
timeout-minutes: 15
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
Expand Down

0 comments on commit 6d125c8

Please sign in to comment.