Skip to content

Commit

Permalink
Use real cohorts for timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Jun 19, 2024
1 parent 309e24a commit 598403b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/testthat/test-CohortConstructionAndStats.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,7 @@ test_that("Call generateCohortSet with incremental = TRUE and no folder specifie
})

test_that("Call generateCohortSet with very small timeout value", {
cohortDefinitionSet <- createEmptyCohortDefinitionSet()
cohortDefinitionSet <- rbind(cohortDefinitionSet, data.frame(
cohortId = 1,
cohortName = "Test",
sql = "sql",
foo = "foo"
))
cohortDefinitionSet = getCohortsForTest(cohorts)

cohortTableNames <- CohortGenerator::getCohortTableNames()

Expand Down

0 comments on commit 598403b

Please sign in to comment.