Skip to content

Commit 251fc65

Browse files
kenvandinemisohu
authored andcommitted
Bump timeout to 600 seconds, 180 often caused timeout errors (#220)
1 parent b376fc8 commit 251fc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dss/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def wait_for_deployment_ready(
4444
client: Client,
4545
namespace: str,
4646
deployment_name: str,
47-
timeout_seconds: Optional[int] = 180,
47+
timeout_seconds: Optional[int] = 600,
4848
interval_seconds: int = 10,
4949
) -> None:
5050
"""

0 commit comments

Comments
 (0)