diff --git a/applications/sdp/mspi/src/main.c b/applications/sdp/mspi/src/main.c index ba33a841e4c0..27a5da1d9283 100644 --- a/applications/sdp/mspi/src/main.c +++ b/applications/sdp/mspi/src/main.c @@ -456,7 +456,7 @@ static int backend_init(void) #if !defined(CONFIG_SYS_CLOCK_EXISTS) /* Wait a little bit for IPC service to be ready on APP side. */ - while (delay < 1000) { + while (delay < 5000) { delay++; } #endif