From 9d3982e6909956c99244fc86756f2476c9a3fe4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 15 Jun 2025 21:00:17 +0200 Subject: Timeout setting in config file Changelog: Added optional `timeout` setting to config file --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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 --------------- -- cgit v1.2.3