Skip to content

Commit

Permalink
let http to https test run a bit longer as it sometimes takes a bit l…
Browse files Browse the repository at this point in the history
…onger
  • Loading branch information
rahulait committed Dec 17, 2024
1 parent c5368d9 commit dc0e24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test/lb-with-http-to-https/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc0e24c

Please sign in to comment.