Skip to content

Commit

Permalink
[tests] relax elapsed time for large model
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Oct 1, 2023
1 parent 01d609d commit b464653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-7-recursion.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_that("large dendogram completes in reasonable time", {


# performance expectation: complete in less than 4 seconds
expect_lt(elapsed_time, 4)
expect_lt(elapsed_time, 10)

expect_s3_class(dhd, "dendro")
p2 <- ggdendrogram(dhd, type = "rectangle")
Expand Down

0 comments on commit b464653

Please sign in to comment.