Skip to content

Commit

Permalink
testthat: timing threshold decreased (dangerous)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwolaeth committed Jun 9, 2023
1 parent 62e0bfa commit 5be19bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cor_polychoric.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ test_that("cor_polychoric(coef.only=FALSE) returns an object of class `polychori
test_that("cor_polychoric() is fast", {
expect_lt(
system.time(cor_polychoric(df[,1:9], coef.only = FALSE))[['user.self']],
.5
.2
)
})

0 comments on commit 5be19bb

Please sign in to comment.