Skip to content

Commit 91409e9

Browse files
authored
Increase cumulative import time limit to 800ms
1 parent e5a5f1e commit 91409e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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=400000
21+
LIBCLOUD_CUMULATIVE_IMPORT_TIME_LIMIT_US=800000
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)