From e7bc41b2c9a1384b7c1b724cbcc721a17343f7c2 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Tue, 12 Feb 2013 17:55:13 +0100 Subject: [PATCH] Run tests in parallel. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3831657a..d07877137 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ PY2APPOPTS ?= # Default pytest options # Note that using -n silently swallows test creation exceptions like # import errors. -PYTESTOPTS?=--resultlog=testresults.txt --tb=short --durations=0 -n4 +PYTESTOPTS?=--resultlog=testresults.txt --tb=short --durations=0 -n8 CHMODMINUSMINUS:=-- # directory or file with tests to run TESTS ?= tests