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

chore(karma): add bundleDelay option to karma config #39

Merged
merged 1 commit into from
Sep 9, 2015
Merged

chore(karma): add bundleDelay option to karma config #39

merged 1 commit into from
Sep 9, 2015

Conversation

erwinmombay
Copy link
Member

added a bundleDelay option. seems to fix the issue where karma stops running. will need more people to test it out but from my initial tests (i kept on refreshing the test by pressing save every time it finished) it seems to be working fine now.

references:
nikku/karma-browserify#140
https://github.com/nikku/karma-browserify (bundleDelay option)

@erwinmombay
Copy link
Member Author

should fix #26

/cc @cramforce

@erwinmombay
Copy link
Member Author

side note, after all the repeated running of tests i seem to run into the problem below consistently (image below) where the tests just start failing. (i didn't change anything, i just keep on pressing save and it starts failing at some point. seems to be a history issue of some sort)

screen shot 2015-09-09 at 1 01 11 am

@cramforce
Copy link
Member

The history test is definitely flaky. @dvoytenko

But this is a great step forward!!! Being able to run tests consistently helps with fixing flaky tests. To be honest, I'm surprised they even work as well as they do now.

cramforce added a commit that referenced this pull request Sep 9, 2015
chore(karma): add `bundleDelay` option to karma config
@cramforce cramforce merged commit e5f283a into ampproject:master Sep 9, 2015
@dvoytenko dvoytenko mentioned this pull request Sep 14, 2015
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.

2 participants