Skip to content

Commit

Permalink
Try increase retries for potentially slow mac ghactions runners
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Mar 20, 2024
1 parent 27c74d0 commit 4151a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/integration-server.R
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ test_that("model interactions", {
expect_equal(names(response$data), c("id"))

## Get the status
testthat::try_again(4, {
testthat::try_again(10, {
Sys.sleep(2)
r <- server$request("GET", paste0("/model/status/", response$data$id))
expect_equal(httr::status_code(r), 200)
Expand Down

0 comments on commit 4151a5d

Please sign in to comment.