Skip to content
Snippets Groups Projects
Verified Commit b4860e32 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Be generous with the time given to etherpad

parent 3a3258bd
No related branches found
No related tags found
No related merge requests found
...@@ -955,7 +955,7 @@ def push_tops_to_calendar_async(protocol_id): ...@@ -955,7 +955,7 @@ def push_tops_to_calendar_async(protocol_id):
def set_etherpad_content(protocol): def set_etherpad_content(protocol):
# wait for the users browser to open the etherpad # wait for the users browser to open the etherpad
# and for etherpad to create it, otherwise the import will fail # and for etherpad to create it, otherwise the import will fail
set_etherpad_content_async.apply_async((protocol.id,), countdown=10) set_etherpad_content_async.apply_async((protocol.id,), countdown=15)
@celery.task @celery.task
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment