diff options
author | mj-xmr <mjxmr@protonmail.com> | 2021-05-08 16:49:50 +0200 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2021-05-08 18:00:53 +0200 |
commit | 9165344d8e1ca08ff9a123927b2f4a5c0ab1f370 (patch) | |
tree | fcca3dede9e84340011ae7b1787c04285e61ad7e /contrib/depends/Makefile | |
parent | Merge pull request #7669 (diff) | |
download | monero-9165344d8e1ca08ff9a123927b2f4a5c0ab1f370.tar.xz |
CI: depends downloads relax retries
Diffstat (limited to 'contrib/depends/Makefile')
-rw-r--r-- | contrib/depends/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile index 28ec972e4..0d71ddb13 100644 --- a/contrib/depends/Makefile +++ b/contrib/depends/Makefile @@ -10,8 +10,8 @@ HOST ?= $(BUILD) PATCHES_PATH = $(BASEDIR)/patches BASEDIR = $(CURDIR) HASH_LENGTH:=11 -DOWNLOAD_CONNECT_TIMEOUT:=10 -DOWNLOAD_RETRIES:=3 +DOWNLOAD_CONNECT_TIMEOUT:=30 +DOWNLOAD_RETRIES:=5 HOST_ID_SALT ?= salt BUILD_ID_SALT ?= salt |