bump typhoeus timeout to 25 seconds too #2590 [ci skip]

This commit is contained in:
Jonne Haß 2012-01-16 15:18:41 +01:00
parent f698e303cb
commit 68fb01b2fd

View file

@ -7,7 +7,7 @@ require 'active_support/base64'
class HydraWrapper
OPTS = {:max_redirects => 3, :timeout => 5000, :method => :post,
OPTS = {:max_redirects => 3, :timeout => 25000, :method => :post,
:headers => {'Expect' => '',
'Transfer-Encoding' => ''}
}