mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 04:38:55 +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);
|
||||
graph.destroy();
|
||||
done();
|
||||
}, 50);
|
||||
}, 50);
|
||||
}, 100);
|
||||
}, 100);
|
||||
});
|
||||
it('minimap container', () => {
|
||||
const minimap = new Minimap({ container, size: [ 200, 200 ], className: 'test-className' });
|
||||
|
Loading…
Reference in New Issue
Block a user