Skip to content

Commit c12a82a

Browse files
committed
node-installer: ncrease sleep duration in minikube integration test
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1 parent 959baba commit c12a82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-installer/integration-test-minikube.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ echo "Testing workload with curl..."
6565
PORT=8080
6666
kubectl port-forward service/wasm-spin $PORT:80 &
6767
PORT_FORWARD_PID=$!
68-
sleep 3
68+
sleep 10
6969

7070
SERVICE_URL="http://localhost:$PORT"
7171
MAX_RETRIES=3

0 commit comments

Comments
 (0)