We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ede24 commit 6c80b83Copy full SHA for 6c80b83
1 file changed
README.md
@@ -178,6 +178,8 @@ The second argument is a Lua option table with the following fields:
178
- `minimal`: uses `--noplugin` without an init script (overrides `minimal_init`)
179
- `sequential`: whether to run tests sequentially (default is to run in parallel)
180
- `keep_going`: if `sequential`, whether to continue on test failure (default true)
181
+- `timeout`: controls the maximum time allotted to each job in parallel or
182
+ sequential operation (defaults to 50,000 milliseconds)
183
184
The exit code is 0 when success and 1 when fail, so you can use it easily in a `Makefile`!
185
0 commit comments