From 01b0e3fb29fd78e6c5f4ecc11149b9b7ea560add Mon Sep 17 00:00:00 2001 From: chamarty Date: Mon, 6 Mar 2017 17:04:20 +0000 Subject: [PATCH] Fix unit test for URL downloader - Increase size Change-Id: I47be6ec88e54728da53a67bc8023f572489d35c0 Signed-off-by: chamarty --- common/python/test/utest_url_downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.17.1