Skip to content

Commit

Permalink
article typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crStiv authored and VanBarbascu committed Jan 6, 2025
1 parent a235881 commit c41c309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ slow-timeout = { period = "30m", terminate-after = 2, grace-period = "1s" }
[profile.ci]
slow-timeout = { period = "5s", terminate-after = 5, grace-period = "1s" }
default-filter = "not test(/^(.*::ultra_slow_test|ultra_slow_test)/)"
# Try a few times before failing the whole test suite on a potentially spurious tests.
# Try a few times before failing the whole test suite on potentially spurious tests.
# The hope is that people will fix the spurious tests as they encounter them locally...
retries = { backoff = "fixed", count = 3, delay = "1s" }
failure-output = "final"
Expand Down

0 comments on commit c41c309

Please sign in to comment.