diff --git a/shepherd/tests/TESTING_DOCS.md b/shepherd/tests/TESTING_DOCS.md index d2304de9..549b1293 100644 --- a/shepherd/tests/TESTING_DOCS.md +++ b/shepherd/tests/TESTING_DOCS.md @@ -58,6 +58,14 @@ The PRINTP statement is used to create dynamic messages, and will evaluate a pyt Usage: `PRINTP ` +### SLEEP + +The SLEEP statement is used in order to pause the execution of the .shepherd interpreter for a specified amount of time. Any LCM messages received +while the interpreter is paused will still be recorded and may be processed by the next WAIT statement that the interpreter encounters. The sleep +time may be a decimal, and is in terms of seconds. + +Usage: `SLEEP