about summary refs log tree commit diff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 7742f3789..ea2b14d05 100755
--- a/build.sh
+++ b/build.sh
@@ -6,7 +6,7 @@ echo "Building commit $commit"
 yarn install
 
 if ! systemctl is-active docker &>/dev/null; then
-	timeout 5s systemctl start docker
+	timeout 15s systemctl start docker
 	if [ $? -eq 124 ]; then
 		echo 'Docker start may be hanging... consider manual intervention:'
 		echo '  rm -rf /var/run/docker'