Skip to content

Commit e084994

Browse files
authored
Remove sleep 100 from setup-kind-clusters.sh (#745)
The sleep 100 was added as a test-only line and should be removed. Signed-off-by: Claude <[email protected]> Signed-off-by: xuezhaojun <[email protected]>
1 parent 83e740b commit e084994

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/setup-kind-clusters.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ KIND_VERSION="v0.17.0"
3333
KIND="${WORK_DIR}/bin/kind"
3434
KUBE_VERSION="v1.29.0"
3535

36-
sleep 100 # test only
3736

3837
CLEAN_ARG=${1:-unclean}
3938
if [ "$CLEAN_ARG"x = "clean"x ]; then

0 commit comments

Comments
 (0)