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:
regexowl 2024-02-22 12:06:22 +01:00 committed by Klara Simickova
parent c817a951f0
commit 61c575c42e

View file

@ -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', () => {