mirror of
https://github.com/strapi/strapi.git
synced 2025-10-30 09:23:28 +00:00
Increase timeout for gh actions
This commit is contained in:
parent
b16d10249b
commit
b9850900d5
@ -68,6 +68,8 @@ describe('Marketplace page - providers tab', () => {
|
|||||||
afterAll(() => server.close());
|
afterAll(() => server.close());
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
|
// Increase the jest timeout to accommodate long running tests
|
||||||
|
jest.setTimeout(30000);
|
||||||
history = createMemoryHistory();
|
history = createMemoryHistory();
|
||||||
// Make sure each test isolated
|
// Make sure each test isolated
|
||||||
const { container } = render(
|
const { container } = render(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user