From dc0e24c1649c1d001e39c0bfd5ce3c8648f4b192 Mon Sep 17 00:00:00 2001 From: Rahul Sharma Date: Tue, 17 Dec 2024 16:56:03 +0000 Subject: [PATCH] let http to https test run a bit longer as it sometimes takes a bit longer --- e2e/test/lb-with-http-to-https/chainsaw-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/test/lb-with-http-to-https/chainsaw-test.yaml b/e2e/test/lb-with-http-to-https/chainsaw-test.yaml index d8bd79b9..cca2b4d9 100644 --- a/e2e/test/lb-with-http-to-https/chainsaw-test.yaml +++ b/e2e/test/lb-with-http-to-https/chainsaw-test.yaml @@ -79,7 +79,7 @@ spec: port_443=$(curl --resolve linode.test:443:$IP --cacert ../certificates/ca.crt -s https://linode.test:443 | grep "test-") if [[ -z $port_80 || -z $port_443 ]]; then - sleep 10 + sleep 20 else echo "all pods responded" break