Forum Discussion
- autoscout24ContributorHi Guys,
Awaiting for your reply.
Regards
Vijay - Hi Vijay,
sorry - there is no system property for this - please add a feature request so we can get it into our backlog.
thanks!
/Ole
SmartBear Software - autoscout24ContributorThanks for the reply. I will add it to the feature request.
Is there any way that i can set the socekt timeout property value before run running the testSuite (some where in loadScript)
Regards
VJ - M_McDonaldSuper ContributorYou could try this. Use the -D setting as you have described, then in the Timeout property for each request put this:
${=System.getProperty("soapui.socket.timout")}
- hehe.. nice one!
taking that approach you could actually even get away with
${#System#soapui.socket.timout}
regards!
/Ole
SmartBear Software