Skip to content

Commit 638947e

Browse files
authored
enable retries in nextest (#5238)
* enable retries in nextest - update nextest.toml --------- Co-authored-by: Alex Pyattaev <[email protected]> Co-authored-by: Illia Bobyr <[email protected]>
1 parent 9806724 commit 638947e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nextest.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dir = "target/nextest"
44
[profile.ci]
55
failure-output = "immediate-final"
66
slow-timeout = { period = "60s", terminate-after = 1 }
7+
retries = { count = 3 }
78

89
[profile.ci.junit]
910
path = "junit.xml"

0 commit comments

Comments
 (0)