Skip to content

Commit e7a7245

Browse files
committed
Scripts and tools: increased timeout downloading
DOWNLOAD_CONNECT_TIMEOUT changed from 10 to 30 because some file start only after 15 sec (see below). Fetching boost_1_64_0.tar.bz2 from https://dl.bintray.com/boostorg/release/1.64.0/source/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 100 76.7M 100 76.7M 0 0 1863k 0 0:00:42 0:00:42 --:--:-- 8136k /home/gitianuser/bitcoin/depends/work/download/boost-1_64_0/boost_1_64_0.tar.bz2.temp: OK
1 parent cb25cd6 commit e7a7245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ HOST ?= $(BUILD)
1515
PATCHES_PATH = $(BASEDIR)/patches
1616
BASEDIR = $(CURDIR)
1717
HASH_LENGTH:=11
18-
DOWNLOAD_CONNECT_TIMEOUT:=10
18+
DOWNLOAD_CONNECT_TIMEOUT:=30
1919
DOWNLOAD_RETRIES:=3
2020
HOST_ID_SALT ?= salt
2121
BUILD_ID_SALT ?= salt

0 commit comments

Comments
 (0)