Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
khufkens committed Aug 21, 2024
1 parent d7d85bd commit 5160b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_ds.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ test_that("required arguments missing for cds_* functions", {
expect_error(wf_dataset_info(dataset = "foo"))

# check transfer routine
Sys.sleep(20)
Sys.sleep(120)
expect_output(
wf_transfer(
url = r$get_url()
Expand Down

0 comments on commit 5160b2d

Please sign in to comment.