Timeouts

It is possible to set a custom "timeout" for each test. If the test is not completed within this duration, the synthetic test will automatically terminate.

Usage

sente_timeout : <seconds>

  • You can define this duration by setting the sente_timeout key in your configuration file.

  • If sente_timeout is not specified, the default value of 600 seconds will be used.

Last updated