tests/testthat/test-tar_poll.R

tar_test("tar_poll()", {
  skip_cran()
  tar_script(tar_target(x, 1))
  tar_make(callr_function = NULL, reporter = "silent")
  tar_poll(interval = 0.001, timeout = 0.25)
  expect_true(TRUE)
})
wlandau/targets documentation built on April 14, 2025, 4:22 a.m.