mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
fix timeout to impove stability (#7443)
This commit is contained in:
@@ -238,7 +238,7 @@ class ActionExecutor:
|
||||
|
||||
await wait_all(
|
||||
(self._init_plugin(plugin) for plugin in self.plugins_to_load),
|
||||
timeout=30,
|
||||
timeout=60,
|
||||
)
|
||||
logger.debug('All plugins initialized')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user