Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 2f10b3d

Browse files
committed
Add extra sleep for test in minikube
1 parent 4d77b3b commit 2f10b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/deploy-minikube.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ kubectl_deploy() {
2525
verify_deploy(){
2626
echo "Verifying deployment..."
2727
kubectl get services
28-
sleep 15
28+
sleep 60
2929
if ! curl -sS "$(minikube service --url wordpress)"; then
3030
test_failed "$0"
3131
fi

0 commit comments

Comments
 (0)