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

Support for 'idle-timeout'? #62

Closed
necolas opened this issue Dec 31, 2014 · 2 comments · Fixed by #99
Closed

Support for 'idle-timeout'? #62

necolas opened this issue Dec 31, 2014 · 2 comments · Fixed by #99

Comments

@necolas
Copy link

necolas commented Dec 31, 2014

I haven't been able to get tests running on all the browsers in my config (on Travis), because the sessions get killed after 90 seconds. Apparently idle-timeout is the capability that can help with this. If not, what should I be doing?

https://travis-ci.org/necolas/dom-shims/builds/45507944

@JamieMason
Copy link
Contributor

I'm having similar issues here.

I don't know if this is a hard figure that affects everyone or whether it varies dependent on network conditions, but I've found I can run any of these browsers individually and up to 6 together at the same time.

Attempting to run 7 or more results in timeouts like @necolas's across every browser — it's not the case that first few work then the rest time out or anything like that.

customLaunchers = {
  'sl_android': {
    base: 'SauceLabs',
    browserName: 'android',
    version: '4.4'
  },
  'sl_chrome': {
    base: 'SauceLabs',
    browserName: 'chrome',
    platform: 'Windows 7',
    version: '35'
  },
  'sl_firefox': {
    base: 'SauceLabs',
    browserName: 'firefox',
    version: '30'
  },
  'sl_ie_11': {
    base: 'SauceLabs',
    browserName: 'internet explorer',
    platform: 'Windows 8.1',
    version: '11'
  },
  'sl_ie_10': {
    base: 'SauceLabs',
    browserName: 'iehta',
    platform: 'Windows 7',
    version: '10'
  },
  'sl_ie_9': {
    base: 'SauceLabs',
    browserName: 'iehta',
    platform: 'Windows 7',
    version: '9'
  },
  'sl_ie_8': {
    base: 'SauceLabs',
    browserName: 'iehta',
    platform: 'Windows XP',
    version: '8'
  },
  'sl_ie_7': {
    base: 'SauceLabs',
    browserName: 'iehta',
    platform: 'Windows XP',
    version: '7'
  }
};

Hope this info helps with debugging or is useful to anyone else with this issue.

andrey-p added a commit to andrey-p/arg-err that referenced this issue Feb 2, 2015
... however running them all at the same time doesn't quite work.

See karma-runner/karma-sauce-launcher#62 for
more info.
@MoOx
Copy link

MoOx commented Apr 13, 2015

Have same issue here. It's hard to use this plugin when this kind of limitation.
I might do a PR but I would like to know if something will take care of the merge (since the recent non activity of this package)

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

Successfully merging a pull request may close this issue.

3 participants