From a8184787c03e91d5b4f0f7b68e70f7d186e97f25 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Fri, 22 May 2026 13:36:23 +0800 Subject: [PATCH] auto-sync: 2026-05-22 13:36:23 --- src/daemon/spawner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daemon/spawner.py b/src/daemon/spawner.py index 72d6d14..6372944 100644 --- a/src/daemon/spawner.py +++ b/src/daemon/spawner.py @@ -262,6 +262,7 @@ curl -X POST http://{self.api_host}:{self.api_port}/api/projects/{project_id}/ta cmd.extend([ "--message", message, "--json", + "--timeout", str(int(self.gateway_timeout)), ]) try: