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

Bugfix/correct mac tests #47

Closed
wants to merge 5 commits into from
Closed

Conversation

TheLarkInn
Copy link
Member

The TestHelper.prototype.tick function is running way to fast exposing an underlying bug/problem in the way the async file change events are triggered.

This causes some sort of cancellation token to get sent back by kernel to say "Hey this event really didn't happen".

Delaying the tick timeout from 100 to 400 ms allows all tests to pass.

@sokra
Copy link
Member

sokra commented Dec 30, 2016

added delays to specific places and not generally

@sokra sokra closed this Dec 30, 2016
@sokra sokra deleted the bugfix/correct_mac_tests branch December 30, 2016 08:16
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

Successfully merging this pull request may close these issues.

None yet

2 participants