sn_atf.headless.request_timeout_sec
ServiceNow property description:
The amount of time in seconds before a request to docker times out
Attributes
- Sys ID: 8208230d777e20103fe4b5b268106126
- Type: string
- Application: Global
- Default value: 200

AI generated property description:
The ServiceNow property `sn_atf.headless.request_timeout_sec` specifies the maximum amount of time, in seconds, that the system will wait for a response from a Docker container before timing out. This property is used within the Automated Test Framework (ATF) to manage headless browser test executions. By default, this timeout is set to 60 seconds, but it can be adjusted based on the needs of the testing environment. Adjusting this value can help prevent tests from failing due to slow responses from Docker containers. Proper configuration of this property ensures efficient and reliable execution of automated tests.
Source