Description
Hi, I have a small sample repo to check compatibility of various version of some software, which is running on Linux, Windows and MacOS.
Until approx. beginning of November everything worked fine, but now the MacOS builds just hang on last step and timeouts after 6 hours. The last step is finishing successfully but it still timeouts.


Area for Triage: Apple
Question, Bug, or Feature?: Bug
Virtual environments affected
Expected behavior
Build finishes.
Actual behavior
Build hangs.
Repro steps
https://github.com/peterdanis/electron-puppeteer-demo/runs/1384797118?check_suite_focus=true
Hi @peterdanis , looks like the reason of issue is update version of jest to 26.6.3. The package fsevents has version 2.2.0 in package-lock.json, but you need 2.2.1. You should regenerate your package-lock.json, it works for me: https://github.com/vsafonkin/electron-puppeteer-demo/runs/1424213452?check_suite_focus=true
Thanks @vsafonkin ! I did help and MacOS builds are working in my repo again.
Most helpful comment
Hi @peterdanis , looks like the reason of issue is update version of jest to 26.6.3. The package
fseventshas version 2.2.0 in package-lock.json, but you need 2.2.1. You should regenerate your package-lock.json, it works for me: https://github.com/vsafonkin/electron-puppeteer-demo/runs/1424213452?check_suite_focus=true