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
Optimize test timeout and use Promise.all for concurrent checks
- Reduce initial timeout from 15s to 10s
- Use Promise.all to check all field labels concurrently instead of sequentially
- Improves test execution time while maintaining reliability
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
0 commit comments