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:
parent
ce30a6d629
commit
481c8759b7
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue