Skip to content

Commit 28d86bd

Browse files
committed
Remove default connection timeout.
1 parent 66cac66 commit 28d86bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sus/fixtures/async/http/server_context.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def bound_url
4949
end
5050

5151
def endpoint
52-
::Async::HTTP::Endpoint.parse(url, timeout: 0.8, reuse_port: true, protocol: protocol)
52+
::Async::HTTP::Endpoint.parse(url, reuse_port: true, protocol: protocol)
5353
end
5454

5555
def retries

0 commit comments

Comments
 (0)