Commit d5396bf7 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Modify interval for spec done

parent e1a39c87
...@@ -39,7 +39,7 @@ function initChart(chart, args, done) { ...@@ -39,7 +39,7 @@ function initChart(chart, args, done) {
window.setTimeout(function () { window.setTimeout(function () {
done(); done();
}, 10); }, 100);
return chart; return chart;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment