We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47282fa commit 3997f3fCopy full SHA for 3997f3f
1 file changed
.config/nextest.toml
@@ -21,6 +21,8 @@ slow-timeout = { period = "10s", terminate-after = 3 }
21
# Give tests more time to complete.
22
[profile.wine]
23
slow-timeout = { period = "60s", terminate-after = 5 }
24
+# Run all tests even if some fail, so we get full visibility.
25
+fail-fast = false
26
# Run tests sequentially - Wine networking can be flaky with concurrent tests.
27
test-threads = 1
28
0 commit comments