Skip to content

Commit

Permalink
Test computed timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Aug 20, 2024
1 parent 0c8e91a commit 6e3d899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ jobs:
instrumented-tests:
name: Run instrumented tests
runs-on: [self-hosted, android-device]
timeout-minutes: 30
timeout-minutes: 30 + ${{ inputs.mockapi_test_repeat }} * 15
needs: [build-app, build-instrumented-tests]
strategy:
fail-fast: false
Expand Down

0 comments on commit 6e3d899

Please sign in to comment.