fix(test): increase timeout for data contract spec for AUTs (#23070)

This commit is contained in:
Chirag Madlani 2025-08-23 14:12:33 +05:30 committed by GitHub
parent 1e5d2c9268
commit ecdeec84f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -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(