Skip to content

Commit

Permalink
Sleep longer when waiting for the installation
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Oct 18, 2023
1 parent a253e18 commit 3aa8ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3aa8ed0

Please sign in to comment.