Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase snapshotRefreshTimeoutMs for non local drivers on e2e tests (#…
…22871) Refresh snapshot lifecycle tests are having timeout issues while running them against FRS and ODSP drivers. On debugging I was able to detect a throttling error while requesting updating the snapshot since the timeout to request a new snapshot was too short. On increasing such timeout to 1sec instead of 100ms, the throttling error disappear completely on local tests while running against ODSP without impacting on test duration (this could be subject to further calibration). My hypothesis is that while running on the lab, snapshot refresh fails silently, and given we never refreshed, our deferred promises that awaits for it never resolves, ending in the timeout.
- Loading branch information