Skip to content

Commit 901a5de

Browse files
author
neil
committed
minor
1 parent 17bc1e5 commit 901a5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ if [ -e "hooks/postBuild.sh" ]; then
377377

378378
#wait for the sshd to start
379379
_retry=0
380-
while ! timeout 2 ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=ERROR $osname exit >/dev/null 2>&1; do
380+
while ! timeout 5 ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=ERROR $osname exit >/dev/null 2>&1; do
381381
echo "ssh is not ready, just wait."
382382
sleep 10
383383
_retry=$(($_retry + 1))

0 commit comments

Comments
 (0)