1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

chore(docs): removing invalid example

This commit is contained in:
munja
2022-02-08 23:23:13 +01:00
parent 713f7544cd
commit dfd60200fb

View File

@@ -4,9 +4,7 @@
@details Loops with a `sleep()` command until a file arrives or the max wait @details Loops with a `sleep()` command until a file arrives or the max wait
period expires. period expires.
@example Example: Wait 3 minutes OR for /tmp/flag.txt to appear
Wait 3 minutes OR for /tmp/flag.txt to appear
%mp_wait4file(/tmp/flag.txt , maxwait=60*3) %mp_wait4file(/tmp/flag.txt , maxwait=60*3)