We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9957af4 commit d54f94aCopy full SHA for d54f94a
.github/workflows/build-test-publish.yml
@@ -442,8 +442,8 @@ jobs:
442
kubectl config set-context --current --namespace=examples
443
[[ -e setup.sh ]] && ./setup.sh
444
kubectl apply -f rabbitmq.yaml --timeout=30s
445
- kubectl wait -f rabbitmq.yaml --for=condition=AllReplicasReady --timeout=5m
446
- kubectl wait -f rabbitmq.yaml --for=condition=ReconcileSuccess --timeout=5m
+ kubectl wait -f rabbitmq.yaml --for=condition=AllReplicasReady --timeout=6m
+ kubectl wait -f rabbitmq.yaml --for=condition=ReconcileSuccess --timeout=6m
447
./test.sh
448
kubectl delete -f rabbitmq.yaml --timeout=3m
449
kubectl delete namespace examples --timeout=10m
0 commit comments