mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-05 23:15:40 -06:00
chore: limit retry to once
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[profile.default]
|
[profile.default]
|
||||||
fail-fast = false
|
fail-fast = false
|
||||||
slow-timeout = { period = "5s", terminate-after = 3 } # max 15 seconds
|
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
|
# CI machines are pretty slow, so we need to increase the timeout
|
||||||
[profile.ci]
|
[profile.ci]
|
||||||
@@ -21,7 +21,6 @@ test-group = 'serial'
|
|||||||
[[profile.default.overrides]]
|
[[profile.default.overrides]]
|
||||||
filter = 'test(pacman-server::tests::oauth)'
|
filter = 'test(pacman-server::tests::oauth)'
|
||||||
test-group = 'integration'
|
test-group = 'integration'
|
||||||
retries = 3
|
|
||||||
|
|
||||||
[test-groups]
|
[test-groups]
|
||||||
# Ensure serial tests don't run in parallel
|
# Ensure serial tests don't run in parallel
|
||||||
|
|||||||
Reference in New Issue
Block a user