Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defines the timeout period for receiving a heartbeat signal from the test runner, affecting its online status. |
| What area does it affect? |
Automated Test Framework |
| What does the default mean? |
The default value is "120", which sets the baseline numeric behavior for this property. |
| When should you review it? |
An admin should review this property when adjusting test runner performance or troubleshooting connectivity issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_atf.runner.heartbeat.timeout |
| Sys ID |
2040ac1c533222007e7829cac2dc3493 |
| Type |
integer |
| Application |
Global |
| Default value |
120 |
| 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. |
| Updated |
2024-05-25 04:05:41 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... Retrieve Components during test design. Set this property to false when UI development is complete to enable faster test runs. Test Runner Properties Field / Element Description Test runner timeout sn_atf.runner.heartbeat.timeout If there is no heartbeat from the test runner within this period of time in seconds, the status changes from online to offline. The value of this property should be ...
Related properties