This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 1d9df225182b4ecf267e3f688edc32d11edb3263 Author: Tomaz Muraus <[email protected]> AuthorDate: Tue Sep 22 12:15:48 2020 +0200 Update warning message. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3a6d498..162f22b 100644 --- a/tox.ini +++ b/tox.ini @@ -153,7 +153,7 @@ basepython: python3.7 deps = requests ijson commands = - bash -c 'echo "Scrapping EC2 sizes, this may take up to 5 minutes more since the actual JSON data we download and scrape is very large"' + bash -c 'echo "Scrapping EC2 sizes, this may take up to 10 minutes or more since the actual JSON data we download and scrape is very large"' bash -c 'python contrib/scrape-ec2-sizes.py > libcloud/compute/constants.py' [testenv:pylint]
