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:
parent
d204d4c5dc
commit
07ec85f526
1 changed files with 1 additions and 1 deletions
|
|
@ -907,7 +907,7 @@ describe('Step Details', () => {
|
|||
|
||||
expect(await getNextButton()).not.toHaveClass('pf-m-disabled');
|
||||
expect(await getNextButton()).toBeEnabled();
|
||||
});
|
||||
}, 20000);
|
||||
});
|
||||
|
||||
describe('Step Review', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue