We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc148b commit e404de0Copy full SHA for e404de0
.config/nextest.toml
@@ -1,6 +1,10 @@
1
[profile.default]
2
slow-timeout = { period = "10s", terminate-after = 6 }
3
4
+[[profile.default.overrides]]
5
+platform = 'cfg(target_os = "macos")'
6
+retries = 3
7
+
8
[[profile.default.overrides]]
9
filter = 'test(classic) or test(communication)'
10
slow-timeout = { period = "20s", terminate-after = 20 }
0 commit comments