Skip to content

Commit

Permalink
Even larger process startup timeout in covr
Browse files Browse the repository at this point in the history
Needed for pins, apparently.
  • Loading branch information
gaborcsardi committed Jan 10, 2025
1 parent b4740de commit 9bc2a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/app-process.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ new_app_process <- function(app, port = NULL,
process_timeout <- process_timeout %||%
as.integer(Sys.getenv(
"R_WEBFAKES_PROCESS_TIMEOUT",
if (Sys.getenv("R_COVR") == "true") 30000 else 5000
if (Sys.getenv("R_COVR") == "true") 600000 else 5000
))

self <- new_object(
Expand Down

0 comments on commit 9bc2a03

Please sign in to comment.