Skip to content

Commit db3099a

Browse files
committed
[fixtures] increase leak timeout on Windows
Fixes #984.
1 parent 10a67d9 commit db3099a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fixtures/nextest-tests/.config/nextest.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ platform = { host = "cfg(windows)" }
2121
filter = "test(=test_cargo_env_vars)"
2222
setup = "my-script-windows"
2323

24+
[[profile.default.overrides]]
25+
# See https://github.com/nextest-rs/nextest/issues/984.
26+
platform = { host = 'cfg(windows)' }
27+
leak-timeout = '1s'
28+
2429
[profile.with-retries]
2530
retries = 2
2631

0 commit comments

Comments
 (0)