mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
CI performance variability can cause test flakes in rebuild tests due to the rebuilds taking longer than expected. This change increases the 500ms debounce time for the web worker rebuild tests to 1000ms to mitigate these issues.