diff --git a/lib/hydra_wrapper.rb b/lib/hydra_wrapper.rb index 66a9b0fc2bb7ecc5c781ceb4e824c64129168550..6edf54c9384813b96fbb84740321f60fdbc2ac17 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' => ''} }