jettro / c3-angular-directive

Contains angularjs directives that use c3js to create good looking graphs
http://jettro.github.io/c3-angular-directive/
MIT License
203 stars 98 forks source link

Long timeout on destroy. Protractor e2e problem. #143

Open SergeyPix opened 7 years ago

SergeyPix commented 7 years ago

Protractor.waitForAngular() wait for all $timeouts and requests to be finished. https://github.com/jettro/c3-angular-directive/blob/master/src/controller.js#L368 Can we use 500ms timeout instead 10000ms?