mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
allow for slow machines
https://anki.tenderapp.com/discussions/ankidesktop/27674-possible-race-condition-in-testtest_cardstest_delete-works-in-isolation
This commit is contained in:
parent
9eef6fe1c7
commit
591f5eaeef
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue