From 3aa8ed020fde5aafd65da8fe71fb4dd903887282 Mon Sep 17 00:00:00 2001 From: Christophe Haen Date: Wed, 18 Oct 2023 02:34:50 +0200 Subject: [PATCH] Sleep longer when waiting for the installation --- run_demo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_demo.sh b/run_demo.sh index acf41ff..8143bcd 100755 --- a/run_demo.sh +++ b/run_demo.sh @@ -303,7 +303,7 @@ if ! "${demo_dir}/helm" install diracx-demo "${script_dir}/diracx" "${helm_argum echo "Failed to run \"helm install\"" >> "${demo_dir}/.failed" else printf "%b Waiting for installation to finish...\n" ${UNICORN_EMOJI} - if "${demo_dir}/kubectl" wait --for=condition=ready pod --selector=app.kubernetes.io/name=diracx --timeout=300s; then + if "${demo_dir}/kubectl" wait --for=condition=ready pod --selector=app.kubernetes.io/name=diracx --timeout=900s; then printf "%b %b %b Pods are ready! %b %b %b\n" "${PARTY_EMOJI}" "${PARTY_EMOJI}" "${PARTY_EMOJI}" "${PARTY_EMOJI}" "${PARTY_EMOJI}" "${PARTY_EMOJI}" # Dump the CA certificate to a file so that it can be used by the client