mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-15 06:52:57 +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
|
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):
|
class TestDownload(unittest.TestCase):
|
||||||
|
_multiprocess_shared_ = True
|
||||||
|
|
||||||
maxDiff = None
|
maxDiff = None
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user