mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-11 14:05:37 +08:00
[travis] Run tests in parallel
This commit is contained in:
parent
70bcc444a9
commit
47047ef5d1
@ -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
|
||||
|
@ -65,6 +65,8 @@ defs = gettestcases()
|
||||
|
||||
|
||||
class TestDownload(unittest.TestCase):
|
||||
_multiprocess_shared_ = True
|
||||
|
||||
maxDiff = None
|
||||
|
||||
def setUp(self):
|
||||
|
Loading…
Reference in New Issue
Block a user