Skip to content

Commit 6c80b83

Browse files
authored
docs: Update README with information about test harness timeout option (#234)
1 parent 47ede24 commit 6c80b83

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ The second argument is a Lua option table with the following fields:
178178
- `minimal`: uses `--noplugin` without an init script (overrides `minimal_init`)
179179
- `sequential`: whether to run tests sequentially (default is to run in parallel)
180180
- `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)
181183

182184
The exit code is 0 when success and 1 when fail, so you can use it easily in a `Makefile`!
183185

0 commit comments

Comments
 (0)