chore: update nextest config (#5341)

This commit is contained in:
DaniPopes
2023-11-07 16:44:01 +01:00
committed by GitHub
parent 04c0d6f003
commit 5533ebb893

View File

@ -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 }