Skip to content

Commit 69fc5bf

Browse files
quaresmajosedoanac
authored andcommitted
lmp/build-sdk-container: restore the timeout
The issue was in the DOCKER_HOST and so we can restore the previous timeout to 12 seconds. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
1 parent 0a4f059 commit 69fc5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmp/build-sdk-container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ status Launching dockerd
99
unset DOCKER_HOST
1010
/usr/local/bin/dockerd-entrypoint.sh --experimental --raw-logs >/archive/dockerd.log 2>&1 &
1111
for i in `seq 12 -1 0` ; do
12-
sleep 5
12+
sleep 1
1313
docker info >/dev/null 2>&1 && break
1414
if [ $i = 0 ] ; then
1515
status Timed out trying to connect to internal docker host

0 commit comments

Comments
 (0)