mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
aedfc75e05
This commit updates the `jasmine.DEFAULT_TIMEOUT_INTERVAL` value for some AIO tests from 10 -> 20 seconds to give more time to complete processing. This commit also refactors tests to use async/await pattern. PR Close #51747