-
Notifications
You must be signed in to change notification settings - Fork 284
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
Tests timing out #681
Comments
Hi there, Just found your issue while searching for why our tests suite on our end was not working anymore. First of all, let me suggest you use Chrome headless instead of PhantomJS which was abandonned years ago. But for now even Chrome headless is broken, because of their latest stable release .. You can follow on this here : https://bugs.chromium.org/p/chromium/issues/detail?id=1090988 |
Ah, thank you for the tip! Looking in our test setup, i'm thinking we could make the switch here perhaps: Leaflet.DistortableImage/test/karma.conf.js Lines 98 to 111 in 33f0bf5
|
Looks like there are |
So i would guess the steps might be:
|
Let's see how this does, and if Chrome bug resolves we can update it: #685 |
closed via #716 |
Seeing this come up a lot; and @sashadev-sky tried working on it in #609 (comment)
I attempted a fix in #675
https://docs.travis-ci.com/user/gui-and-headless-browsers/#karma-and-firefox-inactivity-timeouts
But we're still seeing it in #680 (you can try it out in fact in GitPod there!)
The error is typically:
And after #675 it is now:
Any help appreciated!
The text was updated successfully, but these errors were encountered: