Skip to content

Commit

Permalink
increase the timeout when installing node in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Aug 2, 2024
1 parent 5dbc931 commit df75ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-node.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ test_that("find package directory", {
expect_no_error(get_default_node_base_dir())
})
test_that("install node", {
options(timeout = 300)
expect_no_error(install_node("22.5.1"))
})
test_that("install flowr", {
Expand Down

0 comments on commit df75ecf

Please sign in to comment.