Skip to content
This repository was archived by the owner on Dec 27, 2018. It is now read-only.

Timeout of 2000ms exceeded when rebuilding - fixed on reload #79

Open
xwilders opened this issue Feb 2, 2017 · 5 comments
Open

Timeout of 2000ms exceeded when rebuilding - fixed on reload #79

xwilders opened this issue Feb 2, 2017 · 5 comments

Comments

@xwilders
Copy link

xwilders commented Feb 2, 2017

Almost every time I make a change to a server test, Meteor server restarts and the first test reports a timeout error. I then need to manually refresh to see my tests run properly.

Increasing the default timeout high enough, I'll observe the very first test taking >2000ms until I reload. This happens regardless of which test runs first (even if the tests are very quick).
I've profiled the server restart time - it takes between 10-20s to restart, mainly due to loading every atmosphere package again.

It seems to me that the tests are run when the server is still restarting, and the slow-down is added as part of the first test's execution time.

@thebarty
Copy link

just confirming that I see that a lot too

@DanceParty
Copy link

DanceParty commented May 16, 2017

I am seeing this a lot on my insert/remove tests. Any reason why?

EDIT:

image

@maiduchuy
Copy link

Any progress on this issue?

@DanceParty
Copy link

@maiduchuy Not on my end, just removed the tests for now.

@xwilders
Copy link
Author

xwilders commented Jun 8, 2017

@maiduchuy Likewise, trying to migrate off Meteor for testing because of multiple problems like these.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants