Skip to content

Commit

Permalink
test: Up timeout for 'image name invalid for more than 63 chars'
Browse files Browse the repository at this point in the history
This increases the timeout of 'image name invalid for more than 63 chars' to 20000.
  • Loading branch information
regexowl committed Feb 22, 2024
1 parent c817a95 commit 61c575c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 61c575c

Please sign in to comment.