Skip to content

Commit 529ce1d

Browse files
committed
Timeout script
1 parent 1e7880e commit 529ce1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moatless/runtime/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async def execute(self, command: str, fail_on_error: bool = False, patch: str |
6969

7070
if self._install_after_patch and self._install_command:
7171
logger.info(f"Installing after patch with command: {self._install_command}")
72-
stdout, return_code = await self._execute_command(self._install_command)
72+
stdout, return_code = await self._execute_command(self._install_command, timeout=timeout)
7373
logger.info(f"Installation output: {stdout} {return_code}")
7474

7575
stdout, return_code = await self._execute_command(command, timeout=timeout)

0 commit comments

Comments
 (0)