Skip to content

Commit a650422

Browse files
fix(test): increase timeout for platformLineage for AUTs (#24973)
1 parent 779a48b commit a650422

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

openmetadata-ui/src/main/resources/ui/playwright/e2e/Flow/PlatformLineage.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import { sidebarClick } from '../../utils/sidebar';
1717
import { test } from '../fixtures/pages';
1818

1919
test('Verify Platform Lineage View', async ({ page }) => {
20+
21+
// Need to add more time for AUT and not for PR checks
22+
test.slow(process.env.PLAYWRIGHT_IS_OSS !== undefined);
23+
2024
await redirectToHomePage(page);
2125
const lineageRes = page.waitForResponse(
2226
'/api/v1/lineage/getPlatformLineage?view=service*'

0 commit comments

Comments
 (0)