Setting a Request Timeout

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

To start the Analyzer with changed timeout defaults, add these as additional lines to the Analyzer configuration file (<your installation folder>/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.

📗