From ba4ac26ba9538c997552b2c9d708ef14a2b4024d Mon Sep 17 00:00:00 2001 From: andryyy Date: Sat, 25 May 2019 22:37:51 +0200 Subject: [PATCH] [Update] Increase timeout --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index b3e4043a..73d6f615 100755 --- a/update.sh +++ b/update.sh @@ -10,7 +10,7 @@ fi set -o pipefail # Setting high dc timeout -export COMPOSE_HTTP_TIMEOUT=300 +export COMPOSE_HTTP_TIMEOUT=600 # Add /opt/bin to PATH PATH=$PATH:/opt/bin