-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sleep command ignored #238
Comments
There appears to be a race cond, effecting the sleep command or using
|
Changing the
|
In the first example
with output
it looks like the |
hmm... created an example and I think the issue is that we both read the logs expecting to see an N second timestamp interval between the
and
Please let me know if there is something else you are seeing that I missed. |
I have a script with a number of
sleep
commands that are being ignored. testing sleep in isolation, it is working, however in my benchmarks the script is not pausing for the required duration, e.g.Script:
Output:
Script:
Output:
The text was updated successfully, but these errors were encountered: