X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=common%2Fpython%2Ftest%2Futest_url_downloader.py;h=379f3c91a0d749f86c5626a5912b323582db181c;hb=refs%2Fchanges%2F86%2F1286%2F1;hp=0a16c45bdacafc2252fe9d60080668701e80cda1;hpb=c440521e8ec2cece5a5ae6f27abc2f3fb59c9562;p=osm%2FSO.git diff --git a/common/python/test/utest_url_downloader.py b/common/python/test/utest_url_downloader.py index 0a16c45b..379f3c91 100755 --- a/common/python/test/utest_url_downloader.py +++ b/common/python/test/utest_url_downloader.py @@ -87,7 +87,7 @@ class UrlTestCase(unittest.TestCase): 1. Cancel for a download and clean up of the downloaded file. 2. Model attributes (Process percent, detail, status) """ - url = "http://speedtest.ftp.otenet.gr/files/test1Mb.db" + url = "http://speedtest.ftp.otenet.gr/files/test10Mb.db" url_dwld = downloader.UrlDownloader(url) loop = asyncio.get_event_loop() fut = loop.run_in_executor(None, url_dwld.download)