From c8d9c660617a1adaf32f2cb0f5b2ddfdfe58ad13 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Wed, 3 Jul 2013 22:11:01 -0500 Subject: [PATCH] let diffbot take a long while --- extras/story_cacher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/story_cacher.rb b/extras/story_cacher.rb index ba78109..a546d07 100644 --- a/extras/story_cacher.rb +++ b/extras/story_cacher.rb @@ -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)