mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4a174b89c8
The test was using a brittle fixed timeout of 10ms to wait for change detection to run in Zoneless mode. This failed in CI sometimes presumably because CI can execute slower based on resource constraints. This commit replaces it with a polling approach which checks until the expected content is rendered.