Skip to content

Commit ff9464c

Browse files
committed
change default
1 parent d39424a commit ff9464c

File tree

1 file changed

+1
-1
lines changed
  • services/director-v2/src/simcore_service_director_v2/core

1 file changed

+1
-1
lines changed

services/director-v2/src/simcore_service_director_v2/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class ComputationalBackendSettings(BaseCustomSettings):
8383
description=f"Default file link type to use with computational backend on-demand clusters '{list(FileLinkType)}'",
8484
)
8585
COMPUTATIONAL_BACKEND_MAX_WAITING_FOR_CLUSTER_TIMEOUT: datetime.timedelta = Field(
86-
default=datetime.timedelta(minutes=30),
86+
default=datetime.timedelta(minutes=10),
8787
description="maximum time a pipeline can wait for a cluster to start"
8888
"(default to seconds, or see https://pydantic-docs.helpmanual.io/usage/types/#datetime-types for string formating).",
8989
)

0 commit comments

Comments
 (0)