Merge branch 'main' into langster/remove-stale-debugger-pull

This commit is contained in:
John Kennedy
2026-09-25 21:38:30 -07:00
committed by GitHub
66 changed files with 6841 additions and 3131 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ def test(config: pathlib.Path, port: int, tag: str, verbose: bool):
)
# Compose up with wait (implies detach), similar to `langgraph up --wait`
args_up = [*args, "up", "--remove-orphans", "--wait"]
args_up = [*args, "up", "--remove-orphans", "--wait", "--wait-timeout", "180"]
compose_cmd = ["docker", "compose"]
if capabilities.compose_type == "standalone":