TimeoutException: Message: timeout: Timed out receiving message from renderer: 300.000

Hello All,
I’m implementing robot framework automation using selenium library for one of our web application testing. there are two different URLs which targets different markets. i completed the automation for one of the web application. The other Web app has same format and element so I was able to reuse the code from first one.

However, while executing below code which waits for process to complete and then ends the test case, i’m getting an error which does not happen with the another web app testing which has similar code.

Wait Until Element Contains    web element    text    timeout=1000s

this process takes no more than 5 mins but i kept timeout at 1000s as it may take longer sometimes.
during this step test case fails and below error is displayed

TimeoutException: Message: timeout: Timed out receiving message from renderer: 300.000
(Session info: chrome=122.0.6261.112)
Stacktrace:
GetHandleVerifier [0x00007FF79387AD32+56930]
(No symbol) [0x00007FF7937EF632]
(No symbol) [0x00007FF7936A42E5]
(No symbol) [0x00007FF793691FDF]
(No symbol) [0x00007FF793691E11]
(No symbol) [0x00007FF793690625]
(No symbol) [0x00007FF7936910AF]
(No symbol) [0x00007FF79369DF3E]
(No symbol) [0x00007FF7936B009E]
(No symbol) [0x00007FF7936B4E5A]
(No symbol) [0x00007FF793691600]
(No symbol) [0x00007FF7936AFECD]
(No symbol) [0x00007FF793728540]
(No symbol) [0x00007FF79370BA43]
(No symbol) [0x00007FF7936DD438]
(No symbol) [0x00007FF7936DE4D1]
GetHandleVerifier [0x00007FF793BF6ABD+3709933]
GetHandleVerifier [0x00007FF793C4FFFD+4075821]
GetHandleVerifier [0x00007FF793C4818F+4043455]
GetHandleVerifier [0x00007FF793919766+706710]
(No symbol) [0x00007FF7937FB90F]
(No symbol) [0x00007FF7937F6AF4]
(No symbol) [0x00007FF7937F6C4C]
(No symbol) [0x00007FF7937E6904]
BaseThreadInitThunk [0x00007FFC7ED87344+20]
RtlUserThreadStart [0x00007FFC807E26B1+33]

can someone please help? thanks in advance.