Skip to content

Commit

Permalink
Test with dev curl
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 13, 2025
1 parent 3c69738 commit 226b460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ Config/testthat/start-first: resp-stream, req-perform
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Remotes: jeroen/curl
1 change: 1 addition & 0 deletions tests/testthat/test-multi-req.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ test_that("correctly prepares request", {

test_that("requests happen in parallel", {
# test works best if webfakes has ample threads and keepalive
skip_on_cran()
reqs <- list2(
request_test("/delay/:secs", secs = 0),
request_test("/delay/:secs", secs = 0.25),
Expand Down

0 comments on commit 226b460

Please sign in to comment.