Skip to content

Commit

Permalink
Document timeout units
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny authored and novemberborn committed Jun 2, 2019
1 parent e1572d9 commit 486acaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/05-command-line.md
Expand Up @@ -13,7 +13,7 @@ $ npx ava --help
--match, -m Only run tests with matching title (Can be repeated)
--update-snapshots, -u Update snapshots
--fail-fast Stop after first test failure
--timeout, -T Set global timeout
--timeout, -T Set global timeout (milliseconds or human-readable, e.g. 10s, 2m)
--serial, -s Run tests serially
--concurrency, -c Max number of test files running at the same time (Default: CPU cores)
--verbose, -v Enable verbose output
Expand Down
2 changes: 1 addition & 1 deletion lib/cli.js
Expand Up @@ -35,7 +35,7 @@ exports.run = async () => { // eslint-disable-line complexity
--match, -m Only run tests with matching title (Can be repeated)
--update-snapshots, -u Update snapshots
--fail-fast Stop after first test failure
--timeout, -T Set global timeout
--timeout, -T Set global timeout (milliseconds or human-readable, e.g. 10s, 2m)
--serial, -s Run tests serially
--concurrency, -c Max number of test files running at the same time (Default: CPU cores)
--verbose, -v Enable verbose output
Expand Down

0 comments on commit 486acaf

Please sign in to comment.