Skip to content

Commit 50799aa

Browse files
authored
Increase cumulative import time limit to 1 second
1 parent 6931d46 commit 50799aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/time_imports.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
set -e
1919

2020
# Script which fails if any of the import takes more than threshold ms
21-
LIBCLOUD_CUMULATIVE_IMPORT_TIME_LIMIT_US=800000
21+
LIBCLOUD_CUMULATIVE_IMPORT_TIME_LIMIT_US=1000000
2222
EC2_DRIVER_CUMULATIVE_IMPORT_TIME_LIMIT_US=560000
2323

2424
# Clean up any cached files to ensure consistent and clean environment

0 commit comments

Comments
 (0)