Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sporadic timeout when Puppeteer is launched #172

Open
tidoust opened this issue Mar 29, 2024 · 0 comments
Open

Sporadic timeout when Puppeteer is launched #172

tidoust opened this issue Mar 29, 2024 · 0 comments
Labels

Comments

@tidoust
Copy link
Member

tidoust commented Mar 29, 2024

Once in a while, the action fails when it launches Puppeteer due to a timeout, with the following error at the "Prepare" phase:

 [INFO] Finding shortName for Bikeshed document: video_frame_metadata_registry.src.html
    Timed out after 30000 ms while waiting for the WS endpoint URL to appear in stdout!

That happened 4 times in the past couple of months in the WebCodecs repository:
https://github.com/w3c/webcodecs/actions/runs/7693660342/job/20962850438
https://github.com/w3c/webcodecs/actions/runs/8164869456/job/22668028808
https://github.com/w3c/webcodecs/actions/runs/8150577505/job/22277066608
https://github.com/w3c/webcodecs/actions/runs/8267058031/job/22616549305

WebCodecs is a bit specific because a deploy job is 16 jobs. In these 4 examples, only one of these 16 jobs failed with a timeout. I thought this could be due to the jobs running in parallel but they run sequentially in practice, so that must be something else.

@dontcallmedom confirmed that he saw timeouts for WebRTC spec as well (he launches the job again when that happens, so no longer has the logs).

Not sure there's much that can be done about it. The timeout could be increased, of course, but then 30s seems more than enough to launch a browser.

Via w3c/webcodecs#782

@sidvishnoi sidvishnoi added this to Up next in Prioritization Apr 8, 2024
@sidvishnoi sidvishnoi added the needs investigation Maybe<bug> label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Prioritization
  
Up next
Development

No branches or pull requests

2 participants