Skip to content

Commit 6abffaa

Browse files
committed
tests: Remove retries
This is seemingly masking problems in the GHA run. Signed-off-by: Colin Walters <[email protected]>
1 parent b68c6c7 commit 6abffaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.config/nextest.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dir = "target/nextest"
1111
[profile.default]
1212
# Standard settings for unit tests
1313
test-threads = "num-cpus"
14-
retries = { count = 2, backoff = "exponential", delay = "1s", max-delay = "10s" }
1514
slow-timeout = { period = "30s", terminate-after = 2 }
1615
fail-fast = false
1716
failure-output = "immediate"
@@ -21,7 +20,6 @@ status-level = "pass"
2120
# Profile for integration tests - run with limited parallelism due to QEMU/KVM resources
2221
[profile.integration]
2322
test-threads = 2
24-
retries = { count = 2, backoff = "exponential", delay = "1s", max-delay = "10s" }
2523
slow-timeout = { period = "500s", terminate-after = 60 }
2624
fail-fast = false
2725
failure-output = "immediate"

0 commit comments

Comments
 (0)