Commit 330b3c8
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
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1523 | 1523 | | |
1524 | 1524 | | |
1525 | 1525 | | |
| 1526 | + | |
1526 | 1527 | | |
1527 | 1528 | | |
1528 | 1529 | | |
| |||
0 commit comments