Skip to content

Commit

Permalink
chore: retry flaky tests (#1015)
Browse files Browse the repository at this point in the history
* chore: retry flaky tests

* add additionally for overrides
  • Loading branch information
LucioFranco authored Feb 12, 2024
1 parent 3022908 commit e084a5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[profile.default]
slow-timeout = { period = "60s", terminate-after = 2, , grace-period = "30s" }
retries = 3

[test-groups]
serial-integration = { max-threads = 1 }

[[profile.default.overrides]]
filter = 'test(test::bottomless)'
test-group = 'serial-integration'
retries = 3

0 comments on commit e084a5d

Please sign in to comment.