Skip to content

Commit d7e2d3d

Browse files
shah-harshitanuj-kumary
authored andcommitted
test(playwright): Increase timeout for test suite summary after reindex assertion (#28587)
(cherry picked from commit 24eeb8e)
1 parent 0212bfb commit d7e2d3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/DataQuality/TestSuiteSummaryAfterReindex.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ test('Test suite lastResultTimestamp survives a full entity reindex', async ({
9595
{
9696
message:
9797
'post-reindex: test suite doc must still include a non-zero lastResultTimestamp',
98-
timeout: 30_000,
98+
timeout: 60_000,
9999
}
100100
)
101101
.toBeGreaterThan(0);

0 commit comments

Comments
 (0)