Skip to content

Commit f85811a

Browse files
committed
Added timeout
1 parent 97ed7d8 commit f85811a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tutorials/examples/ldap-auth/20-verify-superset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ do
1616
done
1717

1818
echo "Waiting for superset StatefulSet to become ready ..."
19-
kubectl rollout status --watch statefulset/superset-node-default
19+
kubectl rollout status --watch --timeout=5m statefulset/superset-node-default
2020

2121
sleep 5
2222

0 commit comments

Comments
 (0)