From b4860e32e04c01e6394176bd1c256d034ecd552c Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Sat, 14 Mar 2020 01:45:36 +0100 Subject: [PATCH] Be generous with the time given to etherpad --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 0ed3f68..d10295f 100644 --- a/tasks.py +++ b/tasks.py @@ -955,7 +955,7 @@ def push_tops_to_calendar_async(protocol_id): def set_etherpad_content(protocol): # wait for the users browser to open the etherpad # 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 -- GitLab