Skip to content

Commit 7e33fd3

Browse files
siddhant1Siddhantclaude
authored
test(playwright): mark Data Products suite as slow (#27805)
Triples the timeout for the Data Products E2E suite to reduce flakiness on the longer-running tests (asset management, pagination with 30 fixtures, etc.). Co-authored-by: Siddhant <siddhant@MacBook-Pro-621.local> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 440b24c commit 7e33fd3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const test = base.extend<{
6565

6666
test.describe('Data Products', () => {
6767
test.describe.configure({ mode: 'serial' });
68+
test.slow();
6869

6970
test.beforeAll('Setup pre-requests', async ({ browser }) => {
7071
const { apiContext, afterAction } = await performAdminLogin(browser);

0 commit comments

Comments
 (0)