Tree: fix lazy expandOnChecked test

pull/6356/head
Leopoldthecoder 2017-08-08 12:40:37 +08:00
parent 1a1395aa8c
commit 24b29a2d09
1 changed files with 2 additions and 2 deletions

View File

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