We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6931d46 commit 50799aaCopy full SHA for 50799aa
scripts/time_imports.sh
@@ -18,7 +18,7 @@
18
set -e
19
20
# Script which fails if any of the import takes more than threshold ms
21
-LIBCLOUD_CUMULATIVE_IMPORT_TIME_LIMIT_US=800000
+LIBCLOUD_CUMULATIVE_IMPORT_TIME_LIMIT_US=1000000
22
EC2_DRIVER_CUMULATIVE_IMPORT_TIME_LIMIT_US=560000
23
24
# Clean up any cached files to ensure consistent and clean environment
0 commit comments