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

intermittent build failures due to timeouts #1407

Closed
boneskull opened this issue Oct 30, 2014 · 2 comments
Closed

intermittent build failures due to timeouts #1407

boneskull opened this issue Oct 30, 2014 · 2 comments
Assignees

Comments

@boneskull
Copy link
Contributor

  1) http server GET /users should respond with "tobi, loki, jane":
     Error: timeout of 200ms exceeded
      at Object.<anonymous> (/home/travis/build/mochajs/mocha/lib/runnable.js:158:19)
      at Timer.list.ontimeout (timers.js:101:19)
  2) http server GET /users when given Accept: application/json should respond with "["tobi","loki","jane"]":
     Error: timeout of 200ms exceeded
      at Object.<anonymous> (/home/travis/build/mochajs/mocha/lib/runnable.js:158:19)
      at Timer.list.ontimeout (timers.js:101:19)
  3) http requests GET / should respond with hello:
     Error: timeout of 200ms exceeded
      at Object.<anonymous> (/home/travis/build/mochajs/mocha/lib/runnable.js:158:19)
      at Timer.list.ontimeout (timers.js:101:19)

seems to happen on 0.8.x

@boneskull boneskull self-assigned this Oct 30, 2014
@boneskull boneskull added the Test label Oct 30, 2014
@boneskull
Copy link
Contributor Author

I've run this build 5 or 6 times, and it hasn't errored. I increased the timeout on this test to 500ms. So maybe that was it.

@dasilvacontin
Copy link
Contributor

Nice! The random build fails were annoying.

boneskull pushed a commit that referenced this issue Nov 2, 2014
fix intermittent build failures (maybe). closes #1407
tandrewnichols pushed a commit to tandrewnichols/mocha that referenced this issue Dec 15, 2014
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