Skip to content

Commit

Permalink
Fix default-config.toml comment on retry semantics (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Fernández authored Dec 21, 2023
1 parent 810ec05 commit c795fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextest-runner/default-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dir = "target/nextest"
[profile.default]
# "retries" defines the number of times a test should be retried. If set to a
# non-zero value, tests that succeed on a subsequent attempt will be marked as
# non-flaky. Can be overridden through the `--retries` option.
# flaky. Can be overridden through the `--retries` option.
# Examples
# * retries = 3
# * retries = { backoff = "fixed", count = 2, delay = "1s" }
Expand Down

0 comments on commit c795fd4

Please sign in to comment.