Commit 24b29a2d authored by Leopoldthecoder's avatar Leopoldthecoder

Tree: fix lazy expandOnChecked test

parent 1a1395aa
...@@ -573,7 +573,7 @@ describe('Tree', () => { ...@@ -573,7 +573,7 @@ describe('Tree', () => {
label: 'zone' + this.count, label: 'zone' + this.count,
id: this.count++ id: this.count++
}]); }]);
}, 50); }, 10);
} }
} }
}); });
...@@ -583,7 +583,7 @@ describe('Tree', () => { ...@@ -583,7 +583,7 @@ describe('Tree', () => {
const checkedKeys = tree.getCheckedKeys(); const checkedKeys = tree.getCheckedKeys();
expect(checkedKeys.length).to.equal(7); expect(checkedKeys.length).to.equal(7);
done(); done();
}, 300); }, 400);
}); });
it('lazy without expandOnChecked', done => { it('lazy without expandOnChecked', done => {
......
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