This repository was archived by the owner on Apr 12, 2022. It is now read-only.
This repository was archived by the owner on Apr 12, 2022. It is now read-only.
Wait command doesn't work. #29
Closed
Description
When using the wait command it runs the code before and then when it reaches the wait command it says "waiting for 1 seconds" and then nothing happens, the script just ends without running anything past the wait command. here is a sample script where this happens.
Testtask:
type: task
script:
- echo "before wait"
- wait 1s
- echo "after wait"
Activity
mcmonkey4eva commentedon Sep 10, 2017
IIRC this issue was fixed forever ago? If not leave a comment and will look into more closely.