Skip to content

Commit c31af58

Browse files
committed
Increase bootstrap timeout by 5 minutes
1 parent 0a956be commit c31af58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/pcluster/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
NODEJS_MIN_VERSION = "10.13.0"
222222
NODEJS_INCOMPATIBLE_VERSION_RANGE = ["13.0.0", "13.6.0"]
223223

224-
NODE_BOOTSTRAP_TIMEOUT = 1800
224+
NODE_BOOTSTRAP_TIMEOUT = 2100
225225

226226
# DirectoryService
227227
DIRECTORY_SERVICE_RESERVED_SETTINGS = {"id_provider": "ldap"}

0 commit comments

Comments
 (0)