src/test/CreateImageWizard: increase timeout

This commit is contained in:
Sanne Raymaekers 2023-05-09 18:39:13 +02:00
parent 454cfba5e8
commit d0024a8d48

View file

@ -1753,8 +1753,8 @@ describe('Click through all steps', () => {
expect(router.state.location.pathname).toBe('/insights/image-builder')
);
expect(store.getState().composes.allIds).toEqual(ids);
// set test timeout of 10 seconds
}, 10000);
// set test timeout of 20 seconds
}, 20000);
});
describe('Keyboard accessibility', () => {