Skip to content

Commit 1411d39

Browse files
committed
add time for CI (may be slow)
on local machine: 1.4 s
1 parent 9e300a2 commit 1411d39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/test-stack.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ test_that("performance", {
115115
matrix(runif(size*size), nrow=size, ncol=size,
116116
dimnames=list(sample(idx, size), sample(idx, size))))
117117
tt = system.time(stack(ars, along=2, allow_overwrite=TRUE))
118-
expect_lt(tt["user.self"], 5)
118+
expect_lt(tt["user.self"], 6)
119119
})

0 commit comments

Comments
 (0)