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

travis ci sauce labs timeouts #130

Closed
kolodny opened this issue Jan 28, 2016 · 3 comments
Closed

travis ci sauce labs timeouts #130

kolodny opened this issue Jan 28, 2016 · 3 comments

Comments

@kolodny
Copy link
Contributor

kolodny commented Jan 28, 2016

Take a look at this build https://travis-ci.org/kolodny/deact/builds/105328481

When I run that locally everything works fine

➜  git checkout 7503eb55907c7d36bc1f1781500af3d4f451ab52
HEAD is now at 7503eb5... try again2
➜  deact git:(7503eb5) npm test                                                                                                  git:(7503eb5|)

> deact@0.0.2 test /Users/moshe/Documents/RandomProjects/deact
> mochify --R spec --wd

# internet explorer 10:


  deact
    ✓ renders basic markup
    ✓ renders interpolated markup
    ✓ handles inline events
    ✓ handles inline events in nested elements
    ✓ doesn't remove regular attributes
    ✓ doesn't remove regular function attributes
    ✓ removes inline event attributes
    ✓ handles a element child
    ✓ handles a element child with events
    ✓ handles an array of child elements
    ✓ handles an array of child elements with events
    ✓ exports an `escape` function that can escape html


  12 passing (36ms)


# internet explorer 11:


  deact
    ✓ renders basic markup
    ✓ renders interpolated markup
    ✓ handles inline events
    ✓ handles inline events in nested elements
    ✓ doesn't remove regular attributes
    ✓ doesn't remove regular function attributes
    ✓ removes inline event attributes
    ✓ handles a element child
    ✓ handles a element child with events
    ✓ handles an array of child elements
    ✓ handles an array of child elements with events
    ✓ exports an `escape` function that can escape html


  12 passing (20ms)


# chrome *:


  deact
    ✓ renders basic markup
    ✓ renders interpolated markup
    ✓ handles inline events
    ✓ handles inline events in nested elements
    ✓ doesn't remove regular attributes
    ✓ doesn't remove regular function attributes
    ✓ removes inline event attributes
    ✓ handles a element child
    ✓ handles a element child with events
    ✓ handles an array of child elements
    ✓ handles an array of child elements with events
    ✓ exports an `escape` function that can escape html


  12 passing (30ms)


@mantoni
Copy link
Owner

mantoni commented Jan 28, 2016

Hm. From looking at your project, I'd guess you could try without the sauce_connect addon. That's not required with min-wd.

Compare to a project that I just set up to run tests on SauceLabs via Travis:
https://github.com/mantoni/licy.js/blob/master/.travis.yml

@mantoni
Copy link
Owner

mantoni commented Jan 28, 2016

Other than that, Mochify stopped working for me with the latest release. This might also be related to this issue. I've nailed the Mocha version to ~2.3.4` in Mocaccino for now. Please try again and follow #129 for updates.

@kolodny
Copy link
Contributor Author

kolodny commented Jan 29, 2016

yup, that did the trick https://travis-ci.org/kolodny/deact/builds/105684783 thanks!

@kolodny kolodny closed this as completed Jan 29, 2016
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

No branches or pull requests

2 participants