Merge pull request #4534 from BoomTownROI/master

Fix issue with minified libraries and code coverage
This commit is contained in:
Logan Smyth
2016-09-25 13:59:43 -07:00
committed by GitHub

View File

@@ -114,7 +114,7 @@ export default class TraversalContext {
// this path no longer belongs to the tree
if (path.key === null) continue;
if (testing && queue.length >= 1000) {
if (testing && queue.length >= 10000) {
this.trap = true;
}