We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9806724 commit 638947eCopy full SHA for 638947e
nextest.toml
@@ -4,6 +4,7 @@ dir = "target/nextest"
4
[profile.ci]
5
failure-output = "immediate-final"
6
slow-timeout = { period = "60s", terminate-after = 1 }
7
+retries = { count = 3 }
8
9
[profile.ci.junit]
10
path = "junit.xml"
0 commit comments