Skip to content

Commit dcbf049

Browse files
shrabantipaul-collateShrabanti Paul
andauthored
increase data contracts test timeout (#27382)
Co-authored-by: Shrabanti Paul <shrabantipaul@Shrabantis-MacBook-Pro.local>
1 parent 3a02f09 commit dcbf049

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DataContracts.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ test.describe('Data Contracts', () => {
142142
test(`Create Data Contract and validate for ${entityType}`, async ({
143143
page,
144144
}) => {
145-
test.slow(true);
145+
// 12-min timeout so waitForDataContractExecution completes first.
146+
test.setTimeout(720_000);
146147

147148
const testClassification = new ClassificationClass();
148149
const testTag = new TagClass({

0 commit comments

Comments
 (0)