Skip to content

Commit

Permalink
Smaller timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Jun 19, 2024
1 parent 598403b commit f37059e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-CohortConstructionAndStats.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ test_that("Call generateCohortSet with very small timeout value", {
cdmDatabaseSchema = "main",
cohortDatabaseSchema = "main",
cohortTableNames = cohortTableNames,
timeout = 0.001
timeout = 0.00001
),
message = "(Timeout)"
)
Expand Down

0 comments on commit f37059e

Please sign in to comment.