test: Increase azure test timeout

The Jenkins job takes too long to execute the Azure tests.

This is a hotfix, we should rather speed up the tests.
This commit is contained in:
Ondrej Ezr 2023-04-13 19:21:43 +02:00 committed by Lucas Garfield
parent ce30a6d629
commit 481c8759b7

View file

@ -152,7 +152,7 @@ describe('Step Upload to Azure', () => {
await user.click(screen.getByLabelText('Resource group myResourceGroup1'));
expect(getNextButton()).not.toHaveClass('pf-m-disabled');
});
}, 10000);
test('handles change of selected Source', async () => {
setUp();
@ -203,4 +203,4 @@ describe('Step Upload to Azure', () => {
//
});
// set test timeout on 10 seconds
}, 10000);
}, 15000);