Why does Chrome 35 disconnect after running my Karma tests? Why does Chrome 35 disconnect after running my Karma tests? google-chrome google-chrome

Why does Chrome 35 disconnect after running my Karma tests?


Please add a browserNoActivityTimeout in your karma.conf.js file. It is 10000 msec by default. I had a similar issue. Chrome seems to be taking some time to load and notify karma. I increased the timeout to 30000 and that solves it.