diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-06-15 21:00:17 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-06-18 20:57:42 +0200 |
commit | 9d3982e6909956c99244fc86756f2476c9a3fe4a (patch) | |
tree | 55d33229fc21f317f9911f62b9afcace12ce5f1d /README.md | |
parent | 255e8baa916f9103dc703447474ca38ba118abe8 (diff) |
Timeout setting in config file
Changelog: Added optional `timeout` setting to config file
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ This is a YAML file with following fields: * `tool`: path to the test tool, which may be overridden by the `--tool` command-line option. * `tests`: glob pattern that expands to all the test script files that should be used. +* `timeout`: initial timeout for test steps like `expect`, given as `int` or `float`; defaults to `1` if not specified. Script language --------------- |