Closed
Description
Overview
All vitest should fit inside the configured limit of 10000ms

Mentioned test file has runtime (17000ms) greater than configured limit

This leads to unexpected failing of vitest workflow (Sometimes it is fine, but sometimes it does fail, based on testing latency)

File should fit inside allowed runtime.
Approach
Refer: #3601
(Remove unnecessary long-waits,If required optimize test cases)
Metadata
Metadata
Assignees
Type
Projects
Status
Done