Skip to content

Commit

Permalink
Increased timeout for browser stack tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Dec 22, 2020
1 parent a9892ff commit d62f7d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,9 @@ jobs:
# the pipeline have a few cracks at it
- uses: nick-invision/retry@v2
with:
timeout_seconds: 600
timeout_seconds: 1200
max_attempts: 3
retry_wait_seconds: 30
retry_wait_seconds: 60
command: npm run cover:browser-api:${{ matrix.browser }}:remote
- uses: "browserstack/github-actions/setup-local@v1.0.1"
with:
Expand Down Expand Up @@ -436,7 +436,7 @@ jobs:
# the pipeline have a few cracks at it
- uses: nick-invision/retry@v2
with:
timeout_seconds: 300
timeout_seconds: 1200
max_attempts: 3
retry_wait_seconds: 30
command: npm run cover:browser-api:${{ matrix.browser }}:remote
Expand Down Expand Up @@ -503,7 +503,7 @@ jobs:
# the pipeline have a few cracks at it
- uses: nick-invision/retry@v2
with:
timeout_seconds: 300
timeout_seconds: 1200
max_attempts: 3
retry_wait_seconds: 30
command: npm run cover:browser-api:${{ matrix.browser }}:remote
Expand Down

0 comments on commit d62f7d5

Please sign in to comment.