jonkeane commented on code in PR #38767:
URL: https://github.com/apache/arrow/pull/38767#discussion_r1397642619
##########
r/tools/nixlibs.R:
##########
@@ -79,6 +79,10 @@ find_latest_nightly <- function(description_version,
}
try_download <- function(from_url, to_file, hush = quietly) {
+ # We download some fairly large files, so ensure the timeout is set
appropriately
+ opts <- options(timeout = max(300, getOption("timeout")))
Review Comment:
How big are our binaries? We could back of the envelope math for downloading
that in worst-case speed. You might have already done this calculation, if so,
would be nice to add that to the comment so we know
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]