Skip to content

Commit e404de0

Browse files
bortozVirv12
authored andcommitted
Retry tests on macOS
1 parent abc148b commit e404de0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.config/nextest.toml

+4
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)