summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-06-21 13:58:46 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-06-21 15:59:51 +0200
commit06df252ce401f7701f1d830d1867fedda1b36d05 (patch)
tree5e5a044a71a6fa8f151ce581afa1aae34cbaf4e9 /README.md
parentb7eb345a88df9ee87080fe776722f12e911b773f (diff)
Multiply-timeout command
Changelog: Added `multiply_timeout` command
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 77d6baa..3c5a3a7 100644
--- a/README.md
+++ b/README.md
@@ -336,6 +336,13 @@ with <expr>:
Execute `<test block>` with `<expr>` as context.
```
+multiply_timeout by <multiplier>
+```
+
+Modify the timeout used for commands like `expect` by multiplying it with `<multiplier>`.
+The effect lasts until the end of the block.
+
+```
wait
```