http = Net::HTTP.new(uri.host, uri.port); http.open_timeout = 5* 60; http.read_timeout = 5* 60
@read_timeout = 5*60 # 5 minutes
http.open_timeout = 50
http.read_timeout = 50