Skip to content

Commit

Permalink
Retry tests on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz committed Nov 15, 2024
1 parent abc148b commit 3d765ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[profile.default]
slow-timeout = { period = "10s", terminate-after = 6 }

[[profile.default.overrides]]
platform = 'cfg(target_os = "macos")'
retries = 3

[[profile.default.overrides]]
filter = 'test(classic) or test(communication)'
slow-timeout = { period = "20s", terminate-after = 20 }

0 comments on commit 3d765ca

Please sign in to comment.