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 959baba commit c12a82aCopy full SHA for c12a82a
node-installer/integration-test-minikube.sh
@@ -65,7 +65,7 @@ echo "Testing workload with curl..."
65
PORT=8080
66
kubectl port-forward service/wasm-spin $PORT:80 &
67
PORT_FORWARD_PID=$!
68
-sleep 3
+sleep 10
69
70
SERVICE_URL="http://localhost:$PORT"
71
MAX_RETRIES=3
0 commit comments