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 heartbeat interval for the test runner, which must be between 60 and 1800 seconds and should not exceed the timeout setting. |
| What area does it affect? |
Automated Test Framework |
| What does the default mean? |
The default value is "60", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when configuring test runner settings or troubleshooting connectivity issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_atf.runner.heartbeat.interval |
| Sys ID |
ee3d3468533222007e7829cac2dc34a0 |
| Type |
integer |
| Application |
Global |
| Default value |
60 |
| Description |
Test runner heartbeat interval. Time interval in seconds for sending a heartbeat from the test runner to the server. The value of this property should be between 60 and 1800, and should not exceed the value of 'sn_atf.runner.heartbeat.timeout' property, or the test runner status might be changed to offline by the 'ATF test runner reaper' job. |
| Updated |
2024-05-25 04:29:29 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... period of time in seconds, the status changes from online to offline. The value of this property should be between 120 and 1800. Default value: 120 Test runner heartbeat interval sn_atf.runner.heartbeat.interval Time interval in seconds for sending a heartbeat from the test runner to the server. Offline test runner retention interval sn_atf.runner.offline_retention.timeout If an offline test runner does not communicate with ...
Related properties