Skip to content

Commit 8a09234

Browse files
committed
Increase timeout to 30 seconds for internet tests.
1 parent d18c709 commit 8a09234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/async/http/internet_spec.rb

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

99
require 'json'
1010

11-
RSpec.describe Async::HTTP::Internet, timeout: 5 do
11+
RSpec.describe Async::HTTP::Internet, timeout: 30 do
1212
include_context Async::RSpec::Reactor
1313

1414
let(:headers) {[['accept', '*/*'], ['user-agent', 'async-http']]}

0 commit comments

Comments
 (0)