We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c012874 commit 980b02dCopy full SHA for 980b02d
.config/nextest.toml
@@ -1,6 +1,6 @@
1
[profile.default]
2
retries = { backoff = "exponential", count = 2, delay = "2s", jitter = true }
3
-slow-timeout = { period = "1m", terminate-after = 3 }
+slow-timeout = { period = "2m", terminate-after = 3 }
4
5
[[profile.default.overrides]]
6
filter = "test(/ext_integration|can_test_forge_std/)"
0 commit comments