Skip to content

Commit 330b3c8

Browse files
siddhant1claude
andauthored
test(glossary): mark Glossary Terms column-selection spec as slow to fix 60s timeout flake (#29603)
The "Column selection and visibility for Glossary Terms table" test intermittently times out at the default 60s in the nightly upgrade runs (e.g. open-metadata/openmetadata-nightly run 28412262801, shard 4). The test performs four column-toggle + page.reload() cycles; on a heavily populated instance the post-reload glossary page can take longer than 60s to render the terms table, so the final verifyAllColumns() assertion times out. Add test.slow(true) (3x timeout -> 180s) to match the rest of the tests in this describe block, which already use it. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent cb12710 commit 330b3c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,6 +1523,7 @@ test.describe('Glossary tests', () => {
15231523
test('Column selection and visibility for Glossary Terms table', async ({
15241524
browser,
15251525
}) => {
1526+
test.slow(true);
15261527
const { page, afterAction, apiContext } = await performAdminLogin(browser);
15271528
const glossary1 = new Glossary();
15281529
const glossaryTerm1 = new GlossaryTerm(glossary1);

0 commit comments

Comments
 (0)