Skip to content

Commit bd47047

Browse files
committed
x
1 parent 0d56e0a commit bd47047

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/deepagents/integrations/runloop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def execute(
8686
result = self._client.devboxes.execute_and_await_completion(
8787
devbox_id=self._devbox_id,
8888
command=command,
89+
timeout=timeout,
8990
)
9091
# Combine stdout and stderr
9192
output = result.stdout or ""

0 commit comments

Comments
 (0)