Skip to content

Commit

Permalink
decrease waiting time between tests
Browse files Browse the repository at this point in the history
ref #530
  • Loading branch information
wibeasley committed Sep 6, 2024
1 parent 0b6bbf5 commit 32e8aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-file-oneshot.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
library(testthat)

credential <- retrieve_credential_testing()
delay_after_download_file <- 1.0 # In seconds
delay_after_download_file <- 0.5 # In seconds

test_that("NameComesFromREDCap", {
testthat::skip_on_cran()
Expand Down

0 comments on commit 32e8aa5

Please sign in to comment.