let diffbot take a long while

This commit is contained in:
joshua stein 2013-07-03 22:11:01 -05:00
parent 2858fea247
commit c8d9c66061

View file

@ -17,7 +17,7 @@ class StoryCacher
begin
s = Sponge.new
# we're not doing this interactively, so take a while
s.timeout = 20
s.timeout = 45
res = s.fetch(db_url)
if res.present?
j = JSON.parse(res)