paleolimbot commented on code in PR #38767:
URL: https://github.com/apache/arrow/pull/38767#discussion_r1397731571
##########
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:
Currently one the windows one is 70 MB. I added a note!
--
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]