Lighthouse Test Fails with Timeout

I ran the following test: WebPageTest - Running web page performance and optimization tests...

Parameters: From: Ireland - EC2 - Chrome - Emulated Motorola G (gen 4) - 3GFast - Mobile

I also included the Lighthouse report, but I get the following error:

Waiting for DevTools protocol response has exceeded the allotted time. (Method: Emulation.setScriptExecutionDisabled)
LHError: PROTOCOL_TIMEOUT
at Timeout._onTimeout (/usr/lib/node_modules/lighthouse/lighthouse-core/gather/driver.js:376:21)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
┌──────────────────────────────────────────────────────────┐
│ e[33m lighthouse update check failed e[39m │
│ Try running with e[36msudoe[39m or get access │
│ to the local update config store via │
│e[36m sudo chown -R $USER:$(id -gn $USER) /home/ubuntu/.config e[39m│
└──────────────────────────────────────────────────────────┘

As best as I can tell, the browser’s main thread was hung so Lighthouse couldn’t run the remote dev tools commands anymore. Not sure exactly why because WebPageTest itself doesn’t appear to have issues measuring the page.

Hi, I am having the same issue on all tests ran via API.
https://www.webpagetest.org/lighthouse.php?test=240201_BiDcXH_DDC&run=1
Did you find you what is causing this?