1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-11 19:52:51 +08:00

[travis] Run tests in parallel

This commit is contained in:
Yen Chi Hsuan 2015-10-21 00:37:28 +08:00
parent 70bcc444a9
commit 47047ef5d1
2 changed files with 3 additions and 1 deletions

View File

@ -16,4 +16,4 @@ case "$YTDL_TEST_SET" in
;;
esac
nosetests test --verbose $test_set
nosetests test --verbose $test_set --processes=4 --process-timeout=540

View File

@ -65,6 +65,8 @@ defs = gettestcases()
class TestDownload(unittest.TestCase):
_multiprocess_shared_ = True
maxDiff = None
def setUp(self):