Skip to content

Commit

Permalink
chore: update nextest config (paradigmxyz#5341)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Nov 7, 2023
1 parent 04c0d6f commit 5533ebb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[profile.default]
retries = { backoff = "fixed", count = 2, delay = "1s" }
slow-timeout = "2m"
retries = { backoff = "exponential", count = 2, delay = "2s", jitter = true }
slow-timeout = { period = "30s", terminate-after = 4 }

[[profile.default.overrides]]
filter = "test(general_state_tests)"
slow-timeout = { period = "1m", terminate-after = 4 }

0 comments on commit 5533ebb

Please sign in to comment.