increase timeout during extractor tests

cloudflare's 522 response takes longer than 30 seconds
This commit is contained in:
Mike Fährmann
2018-08-10 16:51:05 +02:00
parent b55e39d1ee
commit 7f4e41c989

View File

@@ -36,6 +36,7 @@ class TestExtractorResults(unittest.TestCase):
email = "gallerydl@openaliasbox.org"
config.set(("cache", "file"), ":memory:")
config.set(("downloader", "part"), False)
config.set(("downloader", "timeout"), 60)
config.set(("extractor", "username"), name)
config.set(("extractor", "password"), name)
config.set(("extractor", "nijie", "username"), email)