Commit 58aa9cd1 authored by Tiago's avatar Tiago
Browse files

revert max retries conf

parent 8b0fc4aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ class Bug_1_5_1_Test < Minitest::Test
  end

  def test_persistent_connection_http1_should_use_buffered_requests_to_switch_context_too
    http = HTTPX.plugin(:persistent, max_retries: 10, ssl: { alpn_protocols: %w[http/1.1] })
    http = HTTPX.plugin(:persistent, ssl: { alpn_protocols: %w[http/1.1] })
    url = build_uri("/get")

    with_test_fiber_scheduler do