diff --git a/R/utils.R b/R/utils.R index 07fb32565..8f3baf2b7 100644 --- a/R/utils.R +++ b/R/utils.R @@ -535,7 +535,8 @@ wsl_installed <- function() { FALSE } else { wsl_callable <- processx::run(command = "wsl", args = "uname", - error_on_status = FALSE) + error_on_status = FALSE, + timeout = 5) wsl_callable$status == 0 } }