Skip to content

Commit

Permalink
Remove default connection timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 13, 2024
1 parent 66cac66 commit 28d86bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sus/fixtures/async/http/server_context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def bound_url
end

def endpoint
::Async::HTTP::Endpoint.parse(url, timeout: 0.8, reuse_port: true, protocol: protocol)
::Async::HTTP::Endpoint.parse(url, reuse_port: true, protocol: protocol)
end

def retries
Expand Down

0 comments on commit 28d86bd

Please sign in to comment.