Increase timeout for gh actions

This commit is contained in:
Mark Kaylor 2022-11-09 17:06:38 +01:00
parent b16d10249b
commit b9850900d5

View File

@ -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(