Skip to content

Commit d54f94a

Browse files
committed
Bump timeout. Vault default user takes too long.
1 parent 9957af4 commit d54f94a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ jobs:
442442
kubectl config set-context --current --namespace=examples
443443
[[ -e setup.sh ]] && ./setup.sh
444444
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
445+
kubectl wait -f rabbitmq.yaml --for=condition=AllReplicasReady --timeout=6m
446+
kubectl wait -f rabbitmq.yaml --for=condition=ReconcileSuccess --timeout=6m
447447
./test.sh
448448
kubectl delete -f rabbitmq.yaml --timeout=3m
449449
kubectl delete namespace examples --timeout=10m

0 commit comments

Comments
 (0)