mirror of
https://github.com/strapi/strapi.git
synced 2025-09-16 12:02:41 +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';
|
import server from './server';
|
||||||
|
|
||||||
// Increase the jest timeout to accommodate long running tests
|
// Increase the jest timeout to accommodate long running tests
|
||||||
jest.setTimeout(30000);
|
jest.setTimeout(50000);
|
||||||
const toggleNotification = jest.fn();
|
const toggleNotification = jest.fn();
|
||||||
jest.mock('../../../hooks/useNavigatorOnLine', () => jest.fn(() => true));
|
jest.mock('../../../hooks/useNavigatorOnLine', () => jest.fn(() => true));
|
||||||
jest.mock('@strapi/helper-plugin', () => ({
|
jest.mock('@strapi/helper-plugin', () => ({
|
||||||
|
@ -19,7 +19,7 @@ import MarketPlacePage from '../index';
|
|||||||
import server from './server';
|
import server from './server';
|
||||||
|
|
||||||
// Increase the jest timeout to accommodate long running tests
|
// Increase the jest timeout to accommodate long running tests
|
||||||
jest.setTimeout(30000);
|
jest.setTimeout(50000);
|
||||||
const toggleNotification = jest.fn();
|
const toggleNotification = jest.fn();
|
||||||
jest.mock('../../../hooks/useNavigatorOnLine', () => jest.fn(() => true));
|
jest.mock('../../../hooks/useNavigatorOnLine', () => jest.fn(() => true));
|
||||||
jest.mock('@strapi/helper-plugin', () => ({
|
jest.mock('@strapi/helper-plugin', () => ({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user