Skip to content

Commit 1702967

Browse files
committed
Update timeout documentation
1 parent 6e515d5 commit 1702967

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -781,9 +781,7 @@ test.cb('data.txt can be read', t => {
781781

782782
### Global timeout
783783

784-
A global timeout can be set via the `--timeout` option.
785-
Timeout in AVA behaves differently than in other test frameworks.
786-
AVA resets a timer after each test, forcing tests to quit if no new test results were received within the specified timeout.
784+
A global timeout can be set via the `--timeout` option. Timeout in AVA behaves 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.
787785

788786
You can set timeouts in a human-readable way:
789787

0 commit comments

Comments
 (0)