mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
chore: update test timeout
This commit is contained in:
parent
243704330b
commit
32e17ac3c6
@ -49,7 +49,7 @@ describe('node', () => {
|
||||
renderToString(<Demo />);
|
||||
}).not.toThrow();
|
||||
},
|
||||
15000,
|
||||
120000,
|
||||
);
|
||||
});
|
||||
});
|
||||
|
@ -66,7 +66,7 @@ function baseText(doInject: boolean, component: string, options: Options = {}) {
|
||||
vi.clearAllTimers();
|
||||
errSpy.mockRestore();
|
||||
},
|
||||
15000,
|
||||
120000,
|
||||
);
|
||||
vi.useRealTimers();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user