Skip to content

Commit 7ca3169

Browse files
committed
avoid OOM error in CI
1 parent 2a38bea commit 7ca3169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-lightgbm.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test_that("lightgbm mtry", {
5050

5151
test_that("lightgbm trees", {
5252

53-
hyperparameters <- data.frame(trees = c(1, 20, 300))
53+
hyperparameters <- data.frame(trees = c(1, 20, 50))
5454
for(i in 1:nrow(hyperparameters)) {
5555
model <- parsnip::boost_tree(trees = hyperparameters$trees[i], min_n = 1)
5656
expect_all_modes_works(model, 'lightgbm')

0 commit comments

Comments
 (0)