Update test_api_task.py

Longer wait in between tasks to fix test errors
pull/120/head
Piero Toffanin 2017-03-13 18:16:20 -04:00 zatwierdzone przez GitHub
rodzic 84a99863b6
commit 6926e11132
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -28,7 +28,7 @@ from app.testwatch import testWatch
from webodm import settings
logger = logging.getLogger('app.logger')
DELAY = 1 # time to sleep for during process launch, background processing, etc.
DELAY = 2 # time to sleep for during process launch, background processing, etc.
def start_processing_node():
current_dir = os.path.dirname(os.path.realpath(__file__))