We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e300a2 commit 1411d39Copy full SHA for 1411d39
1 file changed
tests/testthat/test-stack.r
@@ -115,5 +115,5 @@ test_that("performance", {
115
matrix(runif(size*size), nrow=size, ncol=size,
116
dimnames=list(sample(idx, size), sample(idx, size))))
117
tt = system.time(stack(ars, along=2, allow_overwrite=TRUE))
118
- expect_lt(tt["user.self"], 5)
+ expect_lt(tt["user.self"], 6)
119
})
0 commit comments