To set a timeout on a single test, pass a third option to it/test
, for example:
it('testing balabala', async () => {
...
}, 70000);
To set a timeout on a single test, pass a third option to it/test
, for example:
it('testing balabala', async () => {
...
}, 70000);