Skip to content

Commit

Permalink
shorter timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMcKin committed Oct 23, 2015
1 parent 32629c2 commit 3f1990c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/hot_tub/integration/excon_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
context "shutdown with slow client" do
let(:pool) do
HotTub.new(:size => 1) {
Excon.new(HotTub::Server.slow_url, :thread_safe_sockets => false)
Excon.new(HotTub::Server.slow_url, :thread_safe_sockets => false, :read_timeout => 2)
}
end

Expand Down

0 comments on commit 3f1990c

Please sign in to comment.