Skip to content

Commit 3d765ca

Browse files
committed
Retry tests on macOS
1 parent abc148b commit 3d765ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.config/nextest.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[profile.default]
22
slow-timeout = { period = "10s", terminate-after = 6 }
33

4+
[[profile.default.overrides]]
5+
platform = 'cfg(target_os = "macos")'
6+
retries = 3
7+
48
[[profile.default.overrides]]
59
filter = 'test(classic) or test(communication)'
610
slow-timeout = { period = "20s", terminate-after = 20 }

0 commit comments

Comments
 (0)