Skip to content

Commit 72c1b42

Browse files
quaresmajosericardosalveti
authored andcommitted
Revert "lmp/build-sdk-container: restore the timeout"
This reverts commit 69fc5bf. The current time is not enough so it is better to increase it again to 60 seconds. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
1 parent 69fc5bf commit 72c1b42

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 1
12+
sleep 5
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)