diff options
Diffstat (limited to 'test/test_download.py')
-rw-r--r-- | test/test_download.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_download.py b/test/test_download.py index 40d596fdf..e36774de9 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -26,6 +26,7 @@ cookie_processor = compat_urllib_request.HTTPCookieProcessor(jar) proxy_handler = compat_urllib_request.ProxyHandler() opener = compat_urllib_request.build_opener(proxy_handler, cookie_processor, YoutubeDLHandler()) compat_urllib_request.install_opener(opener) +socket.setdefaulttimeout(10) def _try_rm(filename): """ Remove a file if it exists """ |