apuredol
15 years agoNew Contributor
soapui tescases timeout issues
Hi, I am using soapUI 3.6.1 Mac version and doing some testcases defining a timeout value of 4s (4000).
My test runs on a vpn connection mode, and when the endpoint is found I have no problem, but when I disconnect from the VPN and launch my testcase, timeout doesn't work and after a long time (5 minutes) I got:
ERROR:java.net.ConnectException: Operation timed out
I have tried to launch my app with testrunner and same results:
Any Ideas?
Thanks in advance...
My test runs on a vpn connection mode, and when the endpoint is found I have no problem, but when I disconnect from the VPN and launch my testcase, timeout doesn't work and after a long time (5 minutes) I got:
ERROR:java.net.ConnectException: Operation timed out
I have tried to launch my app with testrunner and same results:
testrunner.sh -I -s'[TS1]' -r my-project.xml -Dhttp.socket.timeout=1000 -Dhttp.connection.timeout=1000
- - I already changed the global timeout in (File->Preferences->SocketTimeout)
- TestCaseOption's timeout is set too. (Right click-options-socket Timeout)... Changing TestCaseTimeout has the same result.
- In every test request I set timeout value too.
Any Ideas?
Thanks in advance...