diff --git a/lib/hydra_wrapper.rb b/lib/hydra_wrapper.rb index 66a9b0fc2..6edf54c93 100644 --- a/lib/hydra_wrapper.rb +++ b/lib/hydra_wrapper.rb @@ -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' => ''} }