summaryrefslogtreecommitdiffstats
path: root/tests/nosetests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nosetests.sh')
-rwxr-xr-xtests/nosetests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nosetests.sh b/tests/nosetests.sh
index c68861b90..5b277ecb8 100755
--- a/tests/nosetests.sh
+++ b/tests/nosetests.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
NS=nosetests
which nosetests2 > /dev/null && NS=nosetests2
-$NS tests/ --with-coverage --with-xunit --cover-package=module --cover-erase
+$NS tests/ --with-coverage --with-xunit --cover-package=pyload --cover-erase --process-timeout=60
coverage xml