]> git.parisson.com Git - teleforma.git/commitdiff
reduce submit time
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 30 Jul 2014 14:59:15 +0000 (16:59 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 30 Jul 2014 14:59:15 +0000 (16:59 +0200)
teleforma/management/commands/teleforma-exam-submit-scripts-debug.py
teleforma/management/commands/teleforma-exam-submit-scripts.py

index d7b591686004132a0f539c25d89a14a69cec7b02..e4f8238541ded042e76050060c06aa9f9722710b 100644 (file)
@@ -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)
 
index 69942cb42001346281002f135cf0db53ad8af005..c6031c73248e5236f3c52cb2044a4fd37eb1d5da 100644 (file)
@@ -43,5 +43,5 @@ class Command(BaseCommand):
                 logger.logger.error('ERROR')
 
             logger.logger.info(script.status)
-            time.sleep(30)
+            time.sleep(10)