bump typhoeus timeout to 25 seconds too #2590 [ci skip]
This commit is contained in:
parent
f698e303cb
commit
68fb01b2fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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' => ''}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue