Skip to content

Commit

Permalink
feat(tests): add nextest.toml for backoff
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Jan 30, 2024
1 parent 0cf2b6e commit a3f4664
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[profile.default]
retries = { backoff = "exponential", count = 2, delay = "2s", jitter = true }

0 comments on commit a3f4664

Please sign in to comment.