chore: limit retry to once

This commit is contained in:
Ryan Walters
2025-09-24 12:08:04 -05:00
parent 6134da1d49
commit 655c3c68d5

View File

@@ -1,7 +1,7 @@
[profile.default]
fail-fast = false
slow-timeout = { period = "5s", terminate-after = 3 } # max 15 seconds
retries = 2
retries = 1
# CI machines are pretty slow, so we need to increase the timeout
[profile.ci]
@@ -21,7 +21,6 @@ test-group = 'serial'
[[profile.default.overrides]]
filter = 'test(pacman-server::tests::oauth)'
test-group = 'integration'
retries = 3
[test-groups]
# Ensure serial tests don't run in parallel