src/test/CreateImageWizard: increase timeout
This commit is contained in:
parent
454cfba5e8
commit
d0024a8d48
1 changed files with 2 additions and 2 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue