Skip to content

Commit aa0161e

Browse files
authored
test: increase nextest backoff (#9672)
1 parent c42d08d commit aa0161e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/nextest.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[profile.default]
2-
retries = { backoff = "exponential", count = 2, delay = "2s", jitter = true }
2+
retries = { backoff = "exponential", count = 2, delay = "3s", jitter = true }
33
slow-timeout = { period = "1m", terminate-after = 3 }
44

55
[[profile.default.overrides]]

0 commit comments

Comments
 (0)