mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-04 21:32:16 +00:00
fix(test): increase timeout for data contract spec for AUTs (#23070)
This commit is contained in:
parent
1e5d2c9268
commit
ecdeec84f8
@ -122,7 +122,7 @@ test.describe('Data Contracts', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('Create Data Contract and validate', async ({ page }) => {
|
test('Create Data Contract and validate', async ({ page }) => {
|
||||||
test.slow(true);
|
test.setTimeout(360000);
|
||||||
|
|
||||||
await test.step('Redirect to Home Page and visit entity', async () => {
|
await test.step('Redirect to Home Page and visit entity', async () => {
|
||||||
await redirectToHomePage(page);
|
await redirectToHomePage(page);
|
||||||
|
@ -97,8 +97,8 @@ export const waitForDataContractExecution = async (
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
message: 'Wait for data contract execution to complete',
|
message: 'Wait for data contract execution to complete',
|
||||||
timeout: 150_000,
|
timeout: 300_000,
|
||||||
intervals: [5_000, 10_000, 15_000],
|
intervals: [30_000, 20_000, 10_000],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
.toEqual(
|
.toEqual(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user