Skip to content

Commit

Permalink
Increased timeout for courses import data fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaith committed Jul 15, 2016
1 parent c098a52 commit 150e229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moxie_courses/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ def import_xcri_ox(force_update=False):
url = app.config['XCRI_IMPORT_URL']
with app.blueprint_context(BLUEPRINT_NAME):
xcri = get_resource(url, force_update)
xcri_importer = XcriOxImporter(searcher, xcri)
xcri_importer = XcriOxImporter(searcher, xcri, timeout=600)
xcri_importer.run()

0 comments on commit 150e229

Please sign in to comment.