Skip to content

Commit eb1a9d9

Browse files
committed
1 parent 33db6b1 commit eb1a9d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,10 @@ The `--reporter` option allows you to specify the reporter that will be used, de
846846

847847
Specifies the test-case timeout, defaulting to 2 seconds. To override you may pass the timeout in milliseconds, or a value with the `s` suffix, ex: `--timeout 2s` or `--timeout 2000` would be equivalent.
848848

849+
### `--no-timeouts`
850+
851+
Disables timeouts, given implicitly with `--debug`.
852+
849853
### `-s, --slow <ms>`
850854

851855
Specify the "slow" test threshold, defaulting to 75ms. Mocha uses this to highlight test-cases that are taking too long.

0 commit comments

Comments
 (0)