From cc6280af7eca660c916dc652066216acd474979d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 23 Jan 2019 21:47:38 +0300 Subject: Add testscript sleep builtin --- doc/testscript.cli | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') 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 +\ + +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}| \ -- cgit v1.1