Skip to content

Commit daa4af1

Browse files
authored
fix timeout to impove stability (#7443)
1 parent 1ec1076 commit daa4af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openhands/runtime/action_execution_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ async def ainit(self):
238238

239239
await wait_all(
240240
(self._init_plugin(plugin) for plugin in self.plugins_to_load),
241-
timeout=30,
241+
timeout=60,
242242
)
243243
logger.debug('All plugins initialized')
244244

0 commit comments

Comments
 (0)