You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
browser: fix web vitals test flakiness on Windows (#4630)
* browser: fix web vitals test flakiness on Windows
The TestWebVitalMetricNoInteraction test was failing on Windows due to timing
issues when collecting web vital metrics. This commit:
- Increases timeout from 5s to 10s specifically for Windows
- Adds a 1s delay after page load to ensure metrics are collected
- Uses explicit timeout values instead of DefaultTimeout
These changes make the test more reliable on Windows while maintaining the
same behavior on other platforms.
* Standardize web vital test timeouts
0 commit comments