lighthouse-action icon indicating copy to clipboard operation
lighthouse-action copied to clipboard

Allocated time exceeded

Open filiptronicek opened this issue 4 years ago • 1 comments

When running the action, this error occurs

Runtime error encountered: Waiting for DevTools protocol response has exceeded the allotted time. (Method: Runtime.evaluate)
LHError: PROTOCOL_TIMEOUT
    at Timeout._onTimeout (/usr/local/lib/node_modules/lighthouse/lighthouse-core/gather/driver.js:413:21)
    at listOnTimeout (internal/timers.js:549:17)
    at processTimers (internal/timers.js:492:7)

filiptronicek avatar Feb 13 '21 13:02 filiptronicek

I do experience the same issue here.

There is a lighthouse issue (https://github.com/GoogleChrome/lighthouse/issues/10996) which points to https://github.com/GoogleChrome/lighthouse/issues/6512.

This might be helpful to figure out the cause for this issue.

aheil avatar May 19 '21 21:05 aheil