Skip to content

Commit 99a10a1

Browse files
amokmennovemberborn
authored andcommitted
Document that there is no default timeout
1 parent cd256ac commit 99a10a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/07-test-timeouts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/do
44

55
Timeouts in AVA behave differently than in other test frameworks. AVA resets a timer after each test, forcing tests to quit if no new test results were received within the specified timeout. This can be used to handle stalled tests.
66

7-
You can configure timeouts using the `--timeout` [command line option](./05-command-line.md), or in the [configuration](./06-configuration.md).
7+
*There is no default timeout.*
88

9-
You can set timeouts in a human-readable way:
9+
You can configure timeouts using the `--timeout` [command line option](./05-command-line.md), or in the [configuration](./06-configuration.md). They can be set in a human-readable way:
1010

1111
```console
1212
npx ava --timeout=10s # 10 seconds

0 commit comments

Comments
 (0)