Analyzer 7.2.0 As per default, regression test actions that have a network request have no timeout. You can change the timeout defaults via Java system properties:

ActionDefault TimeoutJava System PropertyValue
Establish connectionno timeoutsun.net.client.defaultConnectTimeoutSpecify a value in milliseconds. A value of -1 means: no timeout.
Wait for responseno timeoutsun.net.client.defaultReadTimeoutSpecify a value in milliseconds. A value of -1 means: no timeout.

To start the Analyzer with changed timeout defaults, add these as additional lines to the Analyzer configuration file (<your installation folder>/E2E Analyzer/jre/bin/E2EAnalyzer.config):

vmparam -Dsun.net.client.defaultReadTimeout=5000

The setting above starts tests with a timeout of 5000 ms for waiting for a response of network requests.

To set the same timeouts for the Analyzer refer to Setting a Request Timeout for the Regression Test Command Line Tool.