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

karma || karma-chrome-launcher Does Not Respect 'captureTimeout' #2116

Open
gkedge opened this issue May 5, 2016 · 0 comments
Open

karma || karma-chrome-launcher Does Not Respect 'captureTimeout' #2116

gkedge opened this issue May 5, 2016 · 0 comments

Comments

@gkedge
Copy link

gkedge commented May 5, 2016

Expected behavior

If Chrome is taking too long to launch, I am expecting that I can alter 'captureTimeout' to wait longer.

The default is suppose to be 60sec. but, karma retries ~500msecs.

Actual behavior

05 05 2016 19:03:13.421:INFO [karma]: Karma v0.13.22 server started at http://localhost:9876/
05 05 2016 19:03:13.437:INFO [launcher]: Starting browser Chrome w/o security.
05 05 2016 19:03:14.042:ERROR [launcher]: Cannot start Chrome

Just not waiting long enough.

Enviroment Details

Windoze 7; slow box

  • Karma version (output of karma --version): 0,13.22

  • Relevant part of your karma.config.js file

    captureTimeout: 120000,
    retryLimit: 4,
    browsers: ['Chromeage'],
    customLaunchers: {
      Chromeage: {
        base: 'Chrome',
        flags: ['--disable-web-security'],
        displayName: 'Chrome w/o security.'
      }
    },
    
### Steps to reproduce the behaviour

1.
2.
3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants