summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rest-client-wrapper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rest-client-wrapper.rb b/lib/rest-client-wrapper.rb
index 94ff029..732f46e 100644
--- a/lib/rest-client-wrapper.rb
+++ b/lib/rest-client-wrapper.rb
@@ -42,7 +42,7 @@ module OpenTox
args={}
args[:method] = method
args[:url] = uri
- args[:timeout] = 600
+ args[:timeout] = 1800
args[:payload] = payload
headers.each{ |k,v| headers.delete(k) if v==nil } if headers #remove keys with empty values, as this can cause problems
args[:headers] = headers