-
Notifications
You must be signed in to change notification settings - Fork 102
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
captureTimeout should start after a browser is granted #37
Comments
All of the recent failures were caused by too much load on SL, not an actual problem. I think a proper solution will be: karma-runner/karma-sauce-launcher#37
All of the recent failures were caused by too much load on SL, not an actual problem. I think a proper solution will be: karma-runner/karma-sauce-launcher#37
@vojtajina any idea how to do this? It looks like it has to interface with the karma internals: https://github.com/karma-runner/karma-sauce-launcher/blob/master/lib/sauce_launcher.js#L8 |
Might be a matter of moving |
Might be related to #40. |
@ChrisWren moving the I tend to think that we need to:
and then start a capture timer "manually" from the Sauce launcher (this way we could choose the exact moment, ex.: after a WD session is ready). @vojtajina @ChrisWren does it sound like a sensible solution? |
🐱 |
Any update, PR, or merged/equivalent implementation? |
Closing this due to inactivity, feel free to re-open if this is still an issue. |
Most of the time it gets timeouted on just waiting for a browser, not actual problem.
The text was updated successfully, but these errors were encountered: