Skip to content

Commit

Permalink
test: increase nextest backoff (foundry-rs#9672)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jan 13, 2025
1 parent c42d08d commit aa0161e
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
@@ -1,5 +1,5 @@
[profile.default]
retries = { backoff = "exponential", count = 2, delay = "2s", jitter = true }
retries = { backoff = "exponential", count = 2, delay = "3s", jitter = true }
slow-timeout = { period = "1m", terminate-after = 3 }

[[profile.default.overrides]]
Expand Down

0 comments on commit aa0161e

Please sign in to comment.