diff --git a/ci/testkomodo.sh b/ci/testkomodo.sh index 5c4b96272..ea3727869 100644 --- a/ci/testkomodo.sh +++ b/ci/testkomodo.sh @@ -16,7 +16,7 @@ install_package () { start_tests () { pushd $CI_TEST_ROOT/testpath - pytest -vv --hypothesis-profile ci-fast + pytest -n auto -vv popd }