Skip to content

Commit 699f8f2

Browse files
committed
less sleep, not a bother
1 parent 7dc7ed0 commit 699f8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/preview/infrastructure/scripts/bootstrap-k3s.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export INSTALL_K3S_SKIP_DOWNLOAD=true
2424

2525
# Seems like this is a bit flaky now, with k3s not always being ready, and the labeling
2626
# failing occasionally. Sleeping for a bit solves it.
27-
sleep 30
27+
sleep 10
2828

2929
# shellcheck disable=SC2154
3030
# shellcheck disable=SC2086

0 commit comments

Comments
 (0)