From 5d0f14372073686b00a41123f6b9ab43a98f36c3 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 30 Jul 2014 16:59:15 +0200 Subject: [PATCH] reduce submit time --- .../management/commands/teleforma-exam-submit-scripts-debug.py | 2 +- teleforma/management/commands/teleforma-exam-submit-scripts.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5