Browse Source

[Update] Increase timeout

andryyy 6 years ago
parent
commit
ba4ac26ba9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      update.sh

+ 1 - 1
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