Skip to content

Commit

Permalink
less timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Apr 20, 2024
1 parent a038750 commit f42ca4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bobtests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
script: echo "Generated AVD snapshot for caching."

- name: android test
timeout-minutes: 10
timeout-minutes: 30
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
script: echo "Generated AVD snapshot for caching."

- name: android test
timeout-minutes: 10
timeout-minutes: 30
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
Expand Down

0 comments on commit f42ca4c

Please sign in to comment.