Boosting time limit on feed fetches.

This commit is contained in:
Samuel Clay 2014-11-18 13:37:55 -08:00
parent e211235e67
commit 670f28fd6d

View file

@ -41,7 +41,7 @@ class FetchFeed:
self.options = options
self.fpf = None
@timelimit(20)
@timelimit(30)
def fetch(self):
"""
Uses feedparser to download the feed. Will be parsed later.