Skip to content

Commit

Permalink
Reduce retries for nextest (#19646)
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark authored Oct 1, 2024
1 parent 73d37b6 commit b516d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ status-level = "skip"
# Do not cancel the test run on the first failure.
fail-fast = false
# Retry failing tests in order to not block builds on flaky tests
retries = 5
retries = 3
# Timeout tests after 4 minutes
slow-timeout = { period = "60s", terminate-after = 5 }

Expand Down

0 comments on commit b516d26

Please sign in to comment.