You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2022/11/18 22:16:16 UTC

[trafficcontrol] branch master updated: Forgot delim (#7208)

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 777b2ea36e Forgot delim (#7208)
777b2ea36e is described below

commit 777b2ea36e9ab682cd98ac379afa996d4c2bdfa7
Author: Steve Hamrick <sh...@users.noreply.github.com>
AuthorDate: Fri Nov 18 15:16:09 2022 -0700

    Forgot delim (#7208)
---
 .../cdn-in-a-box/traffic_portal_integration_test/Dockerfile         | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 c8a61e1aa5..055c027593 100644
--- a/infrastructure/cdn-in-a-box/traffic_portal_integration_test/Dockerfile
+++ b/infrastructure/cdn-in-a-box/traffic_portal_integration_test/Dockerfile
@@ -68,9 +68,9 @@ RUN jq ' \
             "--no-sandbox", \
             "--whitelisted-ips=" \
         ] | \
-        .getPageTimeout = 120000 \
-        .allScriptsTimeout = 300000 \
-        .defaultTimeoutInterval = 12000 \
+        .getPageTimeout = 120000 | \
+        .allScriptsTimeout = 300000 | \
+        .defaultTimeoutInterval = 12000 | \
         .params.junitReporter = true' \
         config.json > conf.json.tmp && \
     mv conf.json.tmp config.json