diff --git a/akka/Makefile b/akka/Makefile index 382721d3..f660bd9e 100644 --- a/akka/Makefile +++ b/akka/Makefile @@ -3,7 +3,7 @@ RELEASE = $$(basename $$PWD) .PHONY: install install: - helm upgrade -i --set replicaCount=3 --wait --timeout 10m $(RELEASE) . + helm upgrade -i --set replicaCount=3 --timeout 10m $(RELEASE) . sleep 370s kubectl get pod -n akka