Skip to content

Commit

Permalink
Update slow-tests.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers authored Oct 26, 2023
1 parent 8d19a4d commit 14f9a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/book/slow-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Nextest uses the `humantime` parser: see [its documentation](https://docs.rs/hum

## Terminating tests after a timeout

Nextest lets you optionally specify a number of `slow-timeout` periods after which a test is terminated. For example, to configure a slow timeout of 30 seconds and for tests to be terminated after 120 seconds, add this to `.config/nextest.toml`:
Nextest lets you optionally specify a number of `slow-timeout` periods after which a test is terminated. For example, to configure a slow timeout of 30 seconds and for tests to be terminated after 120 seconds (4 periods of 30 seconds), add this to `.config/nextest.toml`:

```toml
[profile.default]
Expand Down

0 comments on commit 14f9a5b

Please sign in to comment.