Skip to content

Commit

Permalink
test: increase visual test workflow timeout (#6054) (#6056)
Browse files Browse the repository at this point in the history
Co-authored-by: Sascha Ißbrücker <[email protected]>
  • Loading branch information
vaadin-bot and sissbruecker authored Jun 26, 2023
1 parent fb9f150 commit 2c7a226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/visual-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
with:
timeout_minutes: 5
timeout_minutes: 20
retry_wait_seconds: 60
max_attempts: 3
command: yarn test:lumo
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
with:
timeout_minutes: 5
timeout_minutes: 20
retry_wait_seconds: 60
max_attempts: 3
command: yarn test:material
Expand Down

0 comments on commit 2c7a226

Please sign in to comment.