summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-06-15 21:00:17 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-06-18 20:57:42 +0200
commit9d3982e6909956c99244fc86756f2476c9a3fe4a (patch)
tree55d33229fc21f317f9911f62b9afcace12ce5f1d /README.md
parent255e8baa916f9103dc703447474ca38ba118abe8 (diff)
Timeout setting in config file
Changelog: Added optional `timeout` setting to config file
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f9a64a2..77d6baa 100644
--- a/README.md
+++ b/README.md
@@ -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
---------------