-
Notifications
You must be signed in to change notification settings - Fork 98
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
Test timeout #192
Comments
Ah. I think you need to add the test-reporting code to your test page. |
I also have this problem. The tests complete successfully and are viewable on the saucelabs url, but the result is never received. This causes travis-ci to timeout and error on builds (Example: https://travis-ci.org/tejacques/crosstab/builds/74841929) |
Actually it looks like this is encountering an error but failing silently -- one of the test OS/Browser combinations looks to be no longer supported by saucelabs. So the real problem is it's just not displaying that to me. |
That's an even better error! On Mon, Aug 10, 2015 at 6:23 PM, Tom Jacques [email protected]
|
I'll open a separate issue for what I encountered since it'll be easier to track and fix that way. |
I'm using
(Grunt test timeout https://saucelabs.com/tests/9a817dd09f6c45e894ba90f8dca8185d (Duration: 20s) Note, I have the test-reporting code in my tests. |
versions in the range |
@jpillora how did you end up resolving this? Was it just a transient issue? |
Hi,
I'm experiencing some problems with different versions of this library. With version
4.1.2
seems to work properly, although I think there are some random problems getting test status.With
5.x.x
,6.x.x
,7.x.x
and8.x.x
it seems the test hangs after run it. I have multipleurls
, but it hangs after finish the first one. If I change to only url it also hangs and the end resulting in a timeout. The test is really success as I can see in the sauce labs video.Any idea of this?
The text was updated successfully, but these errors were encountered: