From 9123819913fbb8693a2626c5a8429db963fa79bf Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Thu, 12 Jun 2025 15:48:58 +0100 Subject: [PATCH] Revert "lmp/build-sdk-container: restore the timeout" This reverts commit 69fc5bf2e5747b7f822f9f7d54336e308ff67bef. The current time is not enough so it is better to increase it again to 60 seconds. Signed-off-by: Jose Quaresma --- lmp/build-sdk-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmp/build-sdk-container.sh b/lmp/build-sdk-container.sh index 1da0768d..e8c3adfe 100755 --- a/lmp/build-sdk-container.sh +++ b/lmp/build-sdk-container.sh @@ -9,7 +9,7 @@ status Launching dockerd unset DOCKER_HOST /usr/local/bin/dockerd-entrypoint.sh --experimental --raw-logs >/archive/dockerd.log 2>&1 & for i in `seq 12 -1 0` ; do - sleep 1 + sleep 5 docker info >/dev/null 2>&1 && break if [ $i = 0 ] ; then status Timed out trying to connect to internal docker host