Skip to content

Commit

Permalink
fix: cfg changes
Browse files Browse the repository at this point in the history
Signed-off-by: Lohachov Mykhailo <[email protected]>
  • Loading branch information
aoyako committed Nov 20, 2024
1 parent 6f76e30 commit d1fac84
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[profile.default]
retries = { backoff = "fixed", count = 4, delay = "3s" }
retries = { backoff = "fixed", count = 3, delay = "3s" }

[profile.ci]
retries = { backoff = "fixed", count = 3, delay = "3s" }
threads-required = 1
test-threads = 1
fail-fast = false
failure-output = "immediate-final"
slow-timeout = { period = "30s", terminate-after = 2 }
slow-timeout = { period = "30s", terminate-after = 4 }

0 comments on commit d1fac84

Please sign in to comment.