mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 03:29:03 +00:00
fix(test): increase timeout for data contract spec for AUTs (#23070)
(cherry picked from commit ecdeec84f8805919c480ec99abe1c7849304330b)
This commit is contained in:
parent
eb57f6d5cd
commit
13034e1b96
@ -122,7 +122,7 @@ test.describe('Data Contracts', () => {
|
||||
});
|
||||
|
||||
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 redirectToHomePage(page);
|
||||
|
||||
@ -97,8 +97,8 @@ export const waitForDataContractExecution = async (
|
||||
},
|
||||
{
|
||||
message: 'Wait for data contract execution to complete',
|
||||
timeout: 150_000,
|
||||
intervals: [5_000, 10_000, 15_000],
|
||||
timeout: 300_000,
|
||||
intervals: [30_000, 20_000, 10_000],
|
||||
}
|
||||
)
|
||||
.toEqual(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user