mirror of
https://github.com/strapi/strapi.git
synced 2025-09-15 11:36:17 +00:00
Increase jest timeout
This commit is contained in:
parent
f3ac07bbc9
commit
f3fb4ac061
@ -20,7 +20,7 @@ import MarketPlacePage from '../index';
|
||||
import server from './server';
|
||||
|
||||
// Increase the jest timeout to accommodate long running tests
|
||||
jest.setTimeout(30000);
|
||||
jest.setTimeout(50000);
|
||||
const toggleNotification = jest.fn();
|
||||
jest.mock('../../../hooks/useNavigatorOnLine', () => jest.fn(() => true));
|
||||
jest.mock('@strapi/helper-plugin', () => ({
|
||||
|
@ -19,7 +19,7 @@ import MarketPlacePage from '../index';
|
||||
import server from './server';
|
||||
|
||||
// Increase the jest timeout to accommodate long running tests
|
||||
jest.setTimeout(30000);
|
||||
jest.setTimeout(50000);
|
||||
const toggleNotification = jest.fn();
|
||||
jest.mock('../../../hooks/useNavigatorOnLine', () => jest.fn(() => true));
|
||||
jest.mock('@strapi/helper-plugin', () => ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user