Skip to content

Commit

Permalink
Set timeout based on number of test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Aug 20, 2024
1 parent 17a4fae commit efba318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ jobs:

- name: Run instrumented test script
if: ${{ matrix.test-repeat != 0 }}
timeout-minutes: ${{ matrix.test-repeat }} * 10
shell: bash -ieo pipefail {0}
env:
AUTO_FETCH_TEST_HELPER_APKS: true
Expand Down

0 comments on commit efba318

Please sign in to comment.