Skip to content

Commit

Permalink
[R] Increase timeout of REST calls from 1 second to 60 seconds (mlflo…
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondav committed Nov 9, 2018
1 parent 2d1c36b commit 9b6f621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow/R/mlflow/R/tracking-rest.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mlflow_rest_headers <- function() {

#' @importFrom httr timeout
mlflow_rest_timeout <- function() {
timeout(getOption("mlflow.rest.timeout", 1))
timeout(getOption("mlflow.rest.timeout", 60))
}

#' @importFrom httr content
Expand Down

0 comments on commit 9b6f621

Please sign in to comment.