mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 20:59:15 +08:00
chore(minimap-spec): adjust duration for ci check
This commit is contained in:
parent
c6bb8db0ac
commit
505d8b66d5
@ -119,8 +119,8 @@ describe('minimap', () => {
|
|||||||
expect(matrix[7]).to.equal(0);
|
expect(matrix[7]).to.equal(0);
|
||||||
graph.destroy();
|
graph.destroy();
|
||||||
done();
|
done();
|
||||||
}, 50);
|
}, 100);
|
||||||
}, 50);
|
}, 100);
|
||||||
});
|
});
|
||||||
it('minimap container', () => {
|
it('minimap container', () => {
|
||||||
const minimap = new Minimap({ container, size: [ 200, 200 ], className: 'test-className' });
|
const minimap = new Minimap({ container, size: [ 200, 200 ], className: 'test-className' });
|
||||||
|
Loading…
Reference in New Issue
Block a user