From 6bcfe8099906ad6a2041ac258cb81c232c6f4159 Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 30 May 2014 14:58:02 +0100 Subject: increased timeout for RestClientWrapper --- lib/rest-client-wrapper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3