Skip to content

Commit

Permalink
ci: adicionado parametro retry_wait_seconds nos testes
Browse files Browse the repository at this point in the history
  • Loading branch information
WillianAgostini committed Jan 8, 2024
1 parent cd128e3 commit cea6fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: nick-fields/retry@v2
with:
timeout_minutes: 5
retry_wait_seconds: 120
max_attempts: 3
retry_on: error
command: npm test
Expand Down

0 comments on commit cea6fde

Please sign in to comment.