diff --git a/doc/api/cli.md b/doc/api/cli.md index 5f29c497426db6..1bd4864b2d1bca 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1771,6 +1771,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`