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: