Skip to content

Commit 3f6af62

Browse files
authored
ci: increase nextest retries for flaky reth test (#3582)
1 parent 5e322de commit 3f6af62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.config/nextest.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[profile.default]
22
retries = { backoff = "exponential", count = 2, delay = "2s", jitter = true }
33
slow-timeout = { period = "30s", terminate-after = 4 }
4+
5+
[[profile.default.overrides]]
6+
filter = "test(can_launch_reth_custom_ports)"
7+
retries = { backoff = "exponential", count = 5, delay = "3s", jitter = true }

0 commit comments

Comments
 (0)