Skip to content

Commit fecc326

Browse files
committed
Increase timeout to 10 seconds.
1 parent 9bafccf commit fecc326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/async/http/body_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
require 'localhost/authority'
1717

18-
RSpec.shared_examples Async::HTTP::Body do
18+
RSpec.shared_examples Async::HTTP::Body, timeout: 10 do
1919
let(:client) {Async::HTTP::Client.new(client_endpoint, protocol: described_class)}
2020

2121
it "can stream requests" do

0 commit comments

Comments
 (0)