depends: add sensible download timeout/retry values

This commit is contained in:
Cory Fields
2014-08-27 03:40:30 -04:00
parent c897b1e732
commit df7565d99c
3 changed files with 4 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
build_linux_SHA256SUM = sha256sum
build_linux_DOWNLOAD = wget -nv -O
build_linux_DOWNLOAD = wget --timeout=$(DOWNLOAD_CONNECT_TIMEOUT) --tries=$(DOWNLOAD_RETRIES) -nv -O