You can define 2 types of timeout in NeoLoad :
Connection Timeout
: waiting time when establishing a connectionSocket Timeout
: waiting time when receiving dataThese settings may be edited in the <NeoLoad>/conf/Controller.properties
, file in the Runtime section.
You simply need to change the values for the runtime.connection.timeout
and runtime.so.timeout
keys. The values are expressed in milliseconds (for example, 30000 for 30 sec.). Settings these key values to 0 will create infinite timeouts (default behavior if no values inserted).