From 470bbf1733c9e6ca7d351d5a9b768d910a4abb8f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 4 Mar 2018 18:20:30 -0500 Subject: [PATCH] 8 Signed-off-by: Kenneth Reitz --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index 6b2d17c5..fa64194c 100644 --- a/run-tests.sh +++ b/run-tests.sh @@ -21,4 +21,4 @@ if [[ ! -z "$CI" ]]; then fi -pytest -n 4 tests -m "$TEST_SUITE" \ No newline at end of file +pytest -n 8 tests -m "$TEST_SUITE" \ No newline at end of file