mirror of
https://github.com/strapi/strapi.git
synced 2025-10-30 01:17: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());
|
||||
|
||||
beforeEach(async () => {
|
||||
// Increase the jest timeout to accommodate long running tests
|
||||
jest.setTimeout(30000);
|
||||
history = createMemoryHistory();
|
||||
// Make sure each test isolated
|
||||
const { container } = render(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user