Skip to content

Commit

Permalink
Try using Sys.sleep to slow tests for Mac CI on GH
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 22, 2021
1 parent 6c560a1 commit e1a5d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-get_power.R
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ test_that("get_power() stops if an invalid community supplied", {
})

test_that("get_power() stops if site elevation is supplied not for point", {
Sys.sleep(10)
skip_on_cran()
expect_message(
power_query <- get_power(
Expand Down

0 comments on commit e1a5d46

Please sign in to comment.