15 years ago
Issue with Delay when running project through testrunner.bat
Hi,
Apologies if this is double posted - I thought I had posted yesterday but could not find it today!
We are having a problem running a SOAPUI TestSuite using the testrunner.bat through Hudson.
When running the test it does not honour the delay time i.e. 30000 milliseconds.
We call an Asynch Webservice.
Delay for 30 Seconds
call a "get" operation and assert that the expected updates have occurred.
When running through the GUI tool or command line standalone testrunner.bat everything is fine.
When running testrunner.bat as a Hudson job through Tomcat the assertion step fails and you can see from the logs that thread is not waiting for the delay time.
Anyone seen something similar or know how the Delay time is calculated?
Apologies if this is double posted - I thought I had posted yesterday but could not find it today!
We are having a problem running a SOAPUI TestSuite using the testrunner.bat through Hudson.
When running the test it does not honour the delay time i.e. 30000 milliseconds.
We call an Asynch Webservice.
Delay for 30 Seconds
call a "get" operation and assert that the expected updates have occurred.
When running through the GUI tool or command line standalone testrunner.bat everything is fine.
When running testrunner.bat as a Hudson job through Tomcat the assertion step fails and you can see from the logs that thread is not waiting for the delay time.
Anyone seen something similar or know how the Delay time is calculated?