Skip to content

Commit

Permalink
increasing timeout for andriod tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Nov 29, 2020
1 parent 7e05d16 commit 7f89c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ jobs:
# the pipeline have a few cracks at it
- uses: nick-invision/retry@v2
with:
timeout_seconds: 300
timeout_seconds: 600
max_attempts: 3
retry_wait_seconds: 30
command: npm run cover:browser-api:${{ matrix.browser }}:remote
Expand Down

0 comments on commit 7f89c81

Please sign in to comment.