We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bc1e5 commit 901a5deCopy full SHA for 901a5de
build.sh
@@ -377,7 +377,7 @@ if [ -e "hooks/postBuild.sh" ]; then
377
378
#wait for the sshd to start
379
_retry=0
380
- while ! timeout 2 ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=ERROR $osname exit >/dev/null 2>&1; do
+ while ! timeout 5 ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=ERROR $osname exit >/dev/null 2>&1; do
381
echo "ssh is not ready, just wait."
382
sleep 10
383
_retry=$(($_retry + 1))
0 commit comments