diff --git a/Makefile b/Makefile index 310e83610..381657840 100644 --- a/Makefile +++ b/Makefile @@ -247,7 +247,7 @@ test/k8s/cluster-%: dist/img.tar bin/kind test/k8s/_out/img-% .PHONY: test/k8s/deploy-workload-% test/k8s/deploy-workload-%: test/k8s/clean test/k8s/cluster-% kubectl --context=kind-$(KIND_CLUSTER_NAME) apply -f test/k8s/deploy.yaml - kubectl --context=kind-$(KIND_CLUSTER_NAME) wait deployment wasi-demo --for condition=Available=True --timeout=180s + kubectl --context=kind-$(KIND_CLUSTER_NAME) wait deployment wasi-demo --for condition=Available=True --timeout=300s # verify that we are still running after some time sleep 5s kubectl --context=kind-$(KIND_CLUSTER_NAME) wait deployment wasi-demo --for condition=Available=True --timeout=5s @@ -257,7 +257,7 @@ test/k8s/deploy-workload-oci-%: test/k8s/clean test/k8s/cluster-% dist/img-oci.t bin/kind load image-archive --name $(KIND_CLUSTER_NAME) dist/img-oci.tar bin/kind load image-archive --name $(KIND_CLUSTER_NAME) dist/img-oci-artifact.tar kubectl --context=kind-$(KIND_CLUSTER_NAME) apply -f test/k8s/deploy.oci.yaml - kubectl --context=kind-$(KIND_CLUSTER_NAME) wait deployment wasi-demo --for condition=Available=True --timeout=180s + kubectl --context=kind-$(KIND_CLUSTER_NAME) wait deployment wasi-demo --for condition=Available=True --timeout=300s # verify that we are still running after some time sleep 5s kubectl --context=kind-$(KIND_CLUSTER_NAME) wait deployment wasi-demo --for condition=Available=True --timeout=5s @@ -300,7 +300,7 @@ test/k3s-%: dist/img.tar bin/k3s dist-% sudo bin/k3s kubectl get pods --all-namespaces sudo bin/k3s kubectl apply -f test/k8s/deploy.yaml sudo bin/k3s kubectl get pods --all-namespaces - sudo bin/k3s kubectl wait deployment wasi-demo --for condition=Available=True --timeout=180s + sudo bin/k3s kubectl wait deployment wasi-demo --for condition=Available=True --timeout=300s # verify that we are still running after some time sleep 5s sudo bin/k3s kubectl wait deployment wasi-demo --for condition=Available=True --timeout=5s @@ -314,7 +314,7 @@ test/k3s-oci-%: dist/img-oci.tar bin/k3s dist-% sudo bin/k3s kubectl get pods --all-namespaces sudo bin/k3s kubectl apply -f test/k8s/deploy.oci.yaml sudo bin/k3s kubectl get pods --all-namespaces - sudo bin/k3s kubectl wait deployment wasi-demo --for condition=Available=True --timeout=180s + sudo bin/k3s kubectl wait deployment wasi-demo --for condition=Available=True --timeout=300s # verify that we are still running after some time sleep 5s sudo bin/k3s kubectl wait deployment wasi-demo --for condition=Available=True --timeout=5s