test: Increase timeout for CreateImageWizard test

The "Step Details image name invalid for more than 63 chars" is often timing out. The timeout was already increased in V2, this makes the same change for V1.
This commit is contained in:
regexowl 2024-03-06 08:46:39 +01:00 committed by Lucas Garfield
parent d204d4c5dc
commit 07ec85f526

View file

@ -907,7 +907,7 @@ describe('Step Details', () => {
expect(await getNextButton()).not.toHaveClass('pf-m-disabled');
expect(await getNextButton()).toBeEnabled();
});
}, 20000);
});
describe('Step Review', () => {