diff --git a/src/ipc/ipc4/handler.c b/src/ipc/ipc4/handler.c index 0c83a97ea..8d075ad38 100644 --- a/src/ipc/ipc4/handler.c +++ b/src/ipc/ipc4/handler.c @@ -362,7 +362,7 @@ static void ipc_compound_msg_done(uint32_t msg_id, int error) static int ipc_wait_for_compound_msg(void) { - int try_count = 10; + int try_count = 30; int ret = 0; while (msg_data.delayed_reply) {