Skip to content

Commit c65e562

Browse files
everything got faster (constant amount)
1 parent 156312f commit c65e562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-cache-interaction-roxygen-code-examples.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test_that("roxzgen code examples are written to cache as whole expressions bring
5353
# don't use full cache, only roxygen cache
5454
styled[1] <- "#' This is a nother text"
5555
second <- system.time(style_text(styled))
56-
expect_gt(first["elapsed"], 6 * second["elapsed"])
56+
expect_gt(first["elapsed"], 5 * second["elapsed"])
5757
})
5858

5959
test_that("cache is deactivated at end of caching related testthat file", {

0 commit comments

Comments
 (0)