Skip to content

Commit 5096411

Browse files
Rohit0301anuj-kumary
authored andcommitted
Increased the timeout for entity spec test (#27123)
(cherry picked from commit 0477f03)
1 parent d1eaf93 commit 5096411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2070,7 +2070,7 @@ Object.entries(entities).forEach(([key, EntityClass]) => {
20702070
// Since the test iterates through all 17 types of custom property and
20712071
// performs multiple actions for each, we need to increase the timeout
20722072
// to avoid premature test failure
2073-
test.setTimeout(240000);
2073+
test.setTimeout(600000);
20742074
const { apiContext, afterAction } = await getApiContext(page);
20752075

20762076
await prepareCustomProperty(apiContext);

0 commit comments

Comments
 (0)