aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-23 21:47:38 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-24 14:03:08 +0300
commitcc6280af7eca660c916dc652066216acd474979d (patch)
tree656eea184002c665ebb1c7385d1c560c2ea67249 /doc
parent1a30ba3788022d9cbee8cd13ae065f927817a08b (diff)
Add testscript sleep builtin
Diffstat (limited to 'doc')
-rw-r--r--doc/testscript.cli11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/testscript.cli b/doc/testscript.cli
index 1ef6fc7..e84dffd 100644
--- a/doc/testscript.cli
+++ b/doc/testscript.cli
@@ -2657,6 +2657,17 @@ set [null] $foo <-
\
+\h#builtins-sleep|\c{sleep}|
+
+\
+sleep <seconds>
+\
+
+Suspend the current test or test group execution for at least the specified
+number of seconds. Note that in order to improve resource utilization, the
+implementation may sleep longer than requested, potentially significantly.
+
+
\h#builtins-test|\c{test}|
\