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 b67de60fbb5b647ca2761dc8532fdd48c93e01cb
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sat Dec 19 13:10:35 2020 +0100

    Bump import time thresholds.
---
 scripts/time_imports.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/time_imports.sh b/scripts/time_imports.sh
index 1d021d7..c67d164 100755
--- a/scripts/time_imports.sh
+++ b/scripts/time_imports.sh
@@ -18,8 +18,8 @@
 set -e
 
 # Script which fails if any of the import takes more than threshold ms
-LIBCLOUD_CUMULATIVE_IMPORT_TIME_LIMIT_US=350000
-EC2_DRIVER_CUMULATIVE_IMPORT_TIME_LIMIT_US=450000
+LIBCLOUD_CUMULATIVE_IMPORT_TIME_LIMIT_US=400000
+EC2_DRIVER_CUMULATIVE_IMPORT_TIME_LIMIT_US=480000
 
 # Clean up any cached files to ensure consistent and clean environment
 find . -name "*.pyc" -print0 | xargs -0 rm

Reply via email to