Skip to content

Commit 7ab5923

Browse files
LittleMouselbuque
authored andcommitted
libs/module/llm.py: Fix MeloTTS setup timeout.
Signed-off-by: LittleMouse <[email protected]>
1 parent edbef67 commit 7ab5923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

m5stack/libs/module/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ def setup(
603603
}
604604

605605
success = self._module_msg.send_cmd_and_wait_to_take_msg(
606-
ujson.dumps(cmd), request_id, self._set_llm_work_id, 15000
606+
ujson.dumps(cmd), request_id, self._set_llm_work_id, 30000
607607
)
608608

609609
ret_work_id = self._llm_work_id if success else ""

0 commit comments

Comments
 (0)