try upto 5 minutes to download the tarball

DO/S3 can be really slow at times
This commit is contained in:
Girish Ramakrishnan
2016-02-09 21:06:07 -08:00
parent 4770f9ddf6
commit 3ac326e766

View File

@@ -7,7 +7,7 @@ readonly DATA_DIR=/home/yellowtent/data
readonly script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
readonly json="${script_dir}/../../node_modules/.bin/json"
readonly curl="curl --fail --connect-timeout 20 --retry 10 --retry-delay 2 --max-time 180"
readonly curl="curl --fail --connect-timeout 20 --retry 10 --retry-delay 2 --max-time 300"
readonly is_update=$([[ -d "${BOX_SRC_DIR}" ]] && echo "yes" || echo "no")