You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: