Skip to content

Commit

Permalink
Relax speed improvement requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed May 6, 2021
1 parent 86d39e4 commit 0e764f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cache-high-level-api.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test_that("activated cache brings speedup on style_text() API on character vecto
text, text,
fun = style_text
)
expect_gt(n, 55)
expect_gt(n, 40)
})

test_that("activated cache brings speedup on style_text() API on character scalar", {
Expand Down

0 comments on commit 0e764f7

Please sign in to comment.