Skip to content

Commit d872f45

Browse files
relax roxygen speed test
1 parent 740d56a commit d872f45

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
@@ -52,7 +52,7 @@ test_that("roxzgen code examples are written to cache as whole expressions bring
5252
# don't use full cache, only roxygen cache
5353
styled[1] <- "#' This is a nother text"
5454
second <- system.time(style_text(styled))
55-
expect_gt(first["elapsed"], 7 * second["elapsed"])
55+
expect_gt(first["elapsed"], 6 * second["elapsed"])
5656
})
5757

5858

0 commit comments

Comments
 (0)