From ac688a57cda721438220e8fae85b20fd31a2e70d Mon Sep 17 00:00:00 2001 From: Michael Christopher Date: Wed, 11 Jul 2012 16:40:03 -0700 Subject: [PATCH] Update default timeout to match enforced timeout. --- lib/zencoder/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zencoder/http.rb b/lib/zencoder/http.rb index a8bd7b4..8de528d 100644 --- a/lib/zencoder/http.rb +++ b/lib/zencoder/http.rb @@ -13,7 +13,7 @@ class << self self.http_backend = NetHTTP - self.default_options = {:timeout => 10000, + self.default_options = {:timeout => 60000, :headers => {'Accept' => 'application/json', 'Content-Type' => 'application/json', 'User-Agent' => "Zencoder-rb v#{Zencoder::GEM_VERSION}"}}