From e3320f4f0f2d5c5f7b6520a77d0828f6ae98e922 Mon Sep 17 00:00:00 2001 From: Kevin Gallagher Date: Tue, 11 Oct 2016 10:56:01 -0700 Subject: [PATCH] Increases timeout to 30s, wait before retry to 3s Default: 20 tries --- zcutil/fetch-params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcutil/fetch-params.sh b/zcutil/fetch-params.sh index 0a167baaa..bf6a123f1 100755 --- a/zcutil/fetch-params.sh +++ b/zcutil/fetch-params.sh @@ -22,7 +22,7 @@ function fetch_params { --progress=dot:giga \ --output-document="$dlname" \ --continue \ - --retry-connrefused --waitretry=1 --timeout=10 --tries 0 \ + --retry-connrefused --waitretry=3 --timeout=30 \ "$url" shasum -a 256 --check <