Merge pull request #4534 from BoomTownROI/master
Fix issue with minified libraries and code coverage
This commit is contained in:
commit
08b45ca853
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user