From: Guillaume Pellerin Date: Wed, 30 Jul 2014 14:59:15 +0000 (+0200) Subject: reduce submit time X-Git-Tag: 1.1~334 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5d0f14372073686b00a41123f6b9ab43a98f36c3;p=teleforma.git reduce submit time --- diff --git a/teleforma/management/commands/teleforma-exam-submit-scripts-debug.py b/teleforma/management/commands/teleforma-exam-submit-scripts-debug.py index d7b59168..e4f82385 100644 --- a/teleforma/management/commands/teleforma-exam-submit-scripts-debug.py +++ b/teleforma/management/commands/teleforma-exam-submit-scripts-debug.py @@ -39,5 +39,5 @@ class Command(BaseCommand): logger.logger.error('No file!') script.submit() logger.logger.info(script.status) - time.sleep(30) + time.sleep(10) diff --git a/teleforma/management/commands/teleforma-exam-submit-scripts.py b/teleforma/management/commands/teleforma-exam-submit-scripts.py index 69942cb4..c6031c73 100644 --- a/teleforma/management/commands/teleforma-exam-submit-scripts.py +++ b/teleforma/management/commands/teleforma-exam-submit-scripts.py @@ -43,5 +43,5 @@ class Command(BaseCommand): logger.logger.error('ERROR') logger.logger.info(script.status) - time.sleep(30) + time.sleep(10)