Skip to content

Commit

Permalink
GHA test coverage: increase webfakes startup timeout
Browse files Browse the repository at this point in the history
Because covr makes the app very slow. This won't be
needed with the next version of webfakes, which will
use a longer timeout when running in covr, by default.
  • Loading branch information
gaborcsardi committed Jan 10, 2025
1 parent 54bd18e commit 01009ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
)
shell: Rscript {0}
env:
R_WEBFAKES_PROCESS_TIMEOUT: 30000

- name: Show testthat output
if: always()
Expand Down

0 comments on commit 01009ff

Please sign in to comment.