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

fix: karma hangs after finishing tests successfully #3852

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 26, 2023

  1. fix: karma hangs after finishing tests successfully

    After successfully finishing all tests, karma hangs for 30 sec with this message:
    
    Chrome Headless 114.0.5735.35 (Windows 10) ERROR
      Disconnected , because no message in 30000 ms.
    Chrome Headless 114.0.5735.35 (Windows 10): Executed 634 of 634 DISCONNECTED (34.58 secs / 3.303 secs)
    Chrome Headless 114.0.5735.35 (Windows 10) ERROR
    Chrome Headless 114.0.5735.35 (Windows 10): Executed 634 of 634 DISCONNECTED (34.58 secs / 3.303 secs)
    
    This only happens when executing more than approx 620 tests.
    
    See more details here: https://stackoverflow.com/questions/76457941/karma-hangs-for-30-seconds-after-successfully-executing-unit-tests
    berkon committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    9c3e642 View commit details
    Browse the repository at this point in the history