Skip to content

Commit 97456c4

Browse files
committed
WIP
1 parent 9e40885 commit 97456c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gigabyte-ampere-cuttlefish-installer/preseed/after_install_1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ done
128128
mount -t cgroup2 none /sys/fs/cgroup || mount -t cgroup none /sys/fs/cgroup
129129
dockerd >/dev/null 2>&1 &
130130
DOCKER_PID=$!
131-
timeout=60 sh -c 'until [ -S /var/run/docker.sock ]; do sleep 1; done'
131+
timeout=10 sh -c 'until [ -S /var/run/docker.sock ]; do sleep 1; done'
132132
docker pull ${ORCHESTRATION_IMAGE}:${ORCHESTRATION_TAG}
133133
kill $DOCKER_PID
134134
wait $DOCKER_PID

0 commit comments

Comments
 (0)