This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new c96c109c83 Relax timeouts (#7206)
c96c109c83 is described below
commit c96c109c8334e3ef6dfeee186a33ddf64e769288
Author: Steve Hamrick <[email protected]>
AuthorDate: Fri Nov 18 13:00:01 2022 -0700
Relax timeouts (#7206)
---
infrastructure/cdn-in-a-box/traffic_portal_integration_test/Dockerfile | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/infrastructure/cdn-in-a-box/traffic_portal_integration_test/Dockerfile
b/infrastructure/cdn-in-a-box/traffic_portal_integration_test/Dockerfile
index 94c6de5882..c8a61e1aa5 100644
--- a/infrastructure/cdn-in-a-box/traffic_portal_integration_test/Dockerfile
+++ b/infrastructure/cdn-in-a-box/traffic_portal_integration_test/Dockerfile
@@ -68,6 +68,9 @@ RUN jq ' \
"--no-sandbox", \
"--whitelisted-ips=" \
] | \
+ .getPageTimeout = 120000 \
+ .allScriptsTimeout = 300000 \
+ .defaultTimeoutInterval = 12000 \
.params.junitReporter = true' \
config.json > conf.json.tmp && \
mv conf.json.tmp config.json