sn_atf.runner.heartbeat.timeout

ServiceNow property description:

Test runner timeout. If there was no heartbeat from the test runner in the last 'timeout' seconds, the status will be changed from online to offline. The value of this property should be between 120 and 1800.

Attributes

  • Sys ID: 2040ac1c533222007e7829cac2dc3493
  • Type: integer
  • Application: Global
  • Default value: 120
AI Logo

AI generated property description:

The ServiceNow property `sn_atf.runner.heartbeat.timeout` is used to define the maximum amount of time, in seconds, that the system will wait for a heartbeat signal from a test runner before changing its status from online to offline. This property ensures that the system can detect and handle situations where a test runner becomes unresponsive. The acceptable range for this timeout value is between 120 and 1800 seconds. If no heartbeat is received within the specified timeout period, the test runner is considered offline, which helps maintain the reliability and accuracy of automated testing processes. This property is crucial for managing the health and status of test runners in the Automated Test Framework (ATF).

Source

Related property: sn_atf.runner.heartbeat.interval