From 591f5eaeefc0644b1e5021259018892744b3a831 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 12 Apr 2018 17:59:51 +1000 Subject: [PATCH] allow for slow machines https://anki.tenderapp.com/discussions/ankidesktop/27674-possible-race-condition-in-testtest_cardstest_delete-works-in-isolation --- tools/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests.sh b/tools/tests.sh index 08e9c7b9a..026318ca1 100755 --- a/tools/tests.sh +++ b/tools/tests.sh @@ -22,4 +22,4 @@ else args="" echo "Call with coverage=1 to run coverage tests" fi -(cd $dir && nosetests -vs --processes=16 $lim $args --cover-package=anki) +(cd $dir && nosetests -vs --processes=16 --process-timeout=300 $lim $args --cover-package=anki)