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
fix: implement more aggressive port cleanup for federated-css tests
- Created aggressive-port-cleanup script that uses multiple methods to kill ports
- Uses lsof on macOS/Linux to forcefully kill processes on ports
- Increased delays between cleanup attempts to ensure ports are released
- Updated both federated-css and federated-css-react-ssr to use more robust cleanup
This should resolve persistent EADDRINUSE errors in CI environments
0 commit comments