Increase jest timeout

This commit is contained in:
Mark Kaylor 2022-11-07 12:30:16 +01:00
parent f3ac07bbc9
commit f3fb4ac061
2 changed files with 2 additions and 2 deletions

View File

@ -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', () => ({

View File

@ -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', () => ({