Skip to content

Commit

Permalink
test: wait a bit longer before retrying e2e test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 14, 2024
1 parent bd13622 commit d098c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
TEST_ALL: ${{github.ref_name == 'release' && '1' || '0'}}
with:
timeout_minutes: 30
retry_wait_seconds: 30
max_attempts: 2
command: mise tasks run test:coverage
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d098c86

Please sign in to comment.