diff --git a/doc/api/cli.md b/doc/api/cli.md index 31c98cd1dcfbc1..3e982d39707c4d 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1743,6 +1743,15 @@ node --test --test-shard=2/3 node --test --test-shard=3/3 ``` +### `--test-timeout` + + + +A number of milliseconds the test execution will fail after. If unspecified, +subtests inherit this value from their parent. The default value is `Infinity`. + ### `--throw-deprecation`