chore(minimap-spec): adjust duration for ci check

This commit is contained in:
yilin.qyl 2019-03-21 10:32:11 +08:00
parent c6bb8db0ac
commit 505d8b66d5

View File

@ -119,8 +119,8 @@ describe('minimap', () => {
expect(matrix[7]).to.equal(0);
graph.destroy();
done();
}, 50);
}, 50);
}, 100);
}, 100);
});
it('minimap container', () => {
const minimap = new Minimap({ container, size: [ 200, 200 ], className: 'test-className' });