mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: update nextest config (#5341)
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
[profile.default]
|
[profile.default]
|
||||||
retries = { backoff = "fixed", count = 2, delay = "1s" }
|
retries = { backoff = "exponential", count = 2, delay = "2s", jitter = true }
|
||||||
slow-timeout = "2m"
|
slow-timeout = { period = "30s", terminate-after = 4 }
|
||||||
|
|
||||||
|
[[profile.default.overrides]]
|
||||||
|
filter = "test(general_state_tests)"
|
||||||
|
slow-timeout = { period = "1m", terminate-after = 4 }
|
||||||
|
|||||||
Reference in New Issue
Block a user