We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e616dc4 commit ef53267Copy full SHA for ef53267
1 file changed
ci_scripts/test.sh
@@ -10,7 +10,7 @@ test_dir=$cwd/tests
10
cd $TEST_DIR
11
12
if [[ "$COVERAGE" == "true" ]]; then
13
- nosetests -sv --with-coverage --cover-package=$MODULE $test_dir
+ nosetests --processes=4 --process-timeout=600 -sv --with-coverage --cover-package=$MODULE $test_dir
14
else
15
- nosetests -sv $test_dir
+ nosetests --processes=4 --process-timeout=600 -sv $test_dir
16
fi
0 commit comments