test: Up timeout for 'image name invalid for more than 63 chars'
This increases the timeout of 'image name invalid for more than 63 chars' to 20000.
This commit is contained in:
parent
c817a951f0
commit
61c575c42e
1 changed files with 1 additions and 1 deletions
|
|
@ -908,7 +908,7 @@ describe('Step Upload to AWS', () => {
|
|||
|
||||
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