mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-26 19:45:00 +02:00
Merge branch 'main' into langster/remove-stale-debugger-pull
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user