Skip to content

Commit

Permalink
Temporarily increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Dec 6, 2024
1 parent 7180f37 commit 0a9d243
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 @@ -531,7 +531,7 @@ jobs:

- name: Calculate timeout
id: calculate-timeout
run: echo "timeout=$(( ${{ matrix.test-repeat }} * 20 ))" >> $GITHUB_OUTPUT
run: echo "timeout=$(( ${{ matrix.test-repeat }} * 60 ))" >> $GITHUB_OUTPUT
shell: bash

- name: Run instrumented test script
Expand Down

0 comments on commit 0a9d243

Please sign in to comment.