Community
Participate
Working Groups
Build Identifier: 0.9.5 If a testscript calls the TestScript.testWait(int milliseconds) with a wait time of less than 2 milliseconds, the test will freeze. This probably caused by the environment being unable to respond that quickly. Should return from testwait without trying to set any timers in this case. Reproducible: Always Steps to Reproduce: Run any testscript with a testwait < 2 milliseconds
Created attachment 178365 [details] prevents freeze when testwait < 2 milliseconds This patch just returns from testWait() when wait time is less than 2 milliseconds. Should close this bug