12 years ago
HttpSettings@socket_timeout in commandline
Hi,
is it possible to specify HttpSettings@socket_timeout in command line..?
m using ant target to execute my test cases something like
can i add something like : <arg value="-GHttpSettings.socket_timeout=2000"/>
i believe -g is for global settings with property.name=value
thx.
is it possible to specify HttpSettings@socket_timeout in command line..?
m using ant target to execute my test cases something like
<exec executable="cmd">
<arg value="/c"/>
<arg value="testrunner.bat"/>
<arg value="-e${test.server}"/>
<arg value="-s${test.suite}"/>
<arg value="-r"/>
<arg value="-a"/>
<arg value="-j"/>
<arg value="-f${test.report}"/>
<arg value="${soapui.project.file}/>
</exec>
can i add something like : <arg value="-GHttpSettings.socket_timeout=2000"/>
i believe -g is for global settings with property.name=value
thx.