From d684375291d501226ea2938bf8efae03951e3ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 8 Feb 2021 10:54:52 +0000 Subject: [PATCH] update nose command for circle CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8aba5c75..5f6db915 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ jobs: - run: | sudo pip install --quiet --upgrade cardboardlint pylint cardboardlinter --refspec ${CIRCLE_BRANCH} -n auto - - run: nosetests tests --nocapture + - run: nosetests tests --nocapture --processes=0 --process-timeout=20 --process-restartworker - run: | sudo ./tests/test_server_package.sh sudo ./tests/test_glow-tts_train.sh