Skip to content

Commit

Permalink
increase rabbitmq timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcwhorter-ddl committed Jul 26, 2024
1 parent fb12e19 commit f6d0608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/seldon/setup/install-rabbitmq
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ helm upgrade --install rabbitmq-cluster rabbitmq-cluster-operator \
sleep 5

echo ">>> wait for rabbitmq operator"
kubectl wait --for=condition=Available deployments --all -n rabbitmq-system
kubectl wait --for=condition=Available deployments --all --timeout 120s -n rabbitmq-system

echo ">>> Creating rabbitmq cluster..."
kubectl apply -f "${SCRIPT_DIR}/manifests/rabbitmq/rabbitmq-cluster.yaml" || true
Expand Down

0 comments on commit f6d0608

Please sign in to comment.