From e2371961e0c18a21fc7bdbd0a7046a3550ce8538 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Fri, 29 Nov 2024 12:20:55 +0000 Subject: [PATCH] test: increase curl connect timeout in tests --- tests/spread/deploy-bash/task.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/spread/deploy-bash/task.yaml b/tests/spread/deploy-bash/task.yaml index 7c45258..62fa195 100644 --- a/tests/spread/deploy-bash/task.yaml +++ b/tests/spread/deploy-bash/task.yaml @@ -29,12 +29,12 @@ execute: | address="$(juju status --format json | jq -r '.applications."zinc-k8s".address')" # Check Zinc is up and can be reached over HTTP - curl -s \ - --connect-timeout 120 \ + curl \ + --connect-timeout 240 \ --retry-connrefused \ - --retry 10 \ - --retry-delay 3 \ - --retry-max-time 120 \ + --retry 40 \ + --retry-delay 5 \ + --retry-max-time 240 \ "http://${address}:4080/version" # Get admin password for zinc