Skip to content

Commit 8452084

Browse files
committed
fix(unittest): correct from 22 cores to 2 cores (oops! meant to be 2)
1 parent 7909904 commit 8452084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-unittest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ test_that("parallel processing runs successfully", {
115115
)
116116
}
117117
mockery::stub(runner, "simulation::model", test_model)
118-
param <- list(cores = 22L, number_of_runs = 5L)
118+
param <- list(cores = 2L, number_of_runs = 5L)
119119
result <- runner(param, use_future_seeding = TRUE)
120120

121121
# Check if results contain expected structure

0 commit comments

Comments
 (0)