Explorar el Código

[Update] Increase timeout

andryyy hace 6 años
padre
commit
ba4ac26ba9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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