Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit d0ba296

Browse files
committed
test(@angular-devkit/build-angular): increase material icons test timeout
It takes triple the time on my machine than other similar tests, and is timing out in CircleCI with the current limit.
1 parent cb0839d commit d0ba296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/test/browser/styles_spec_large.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ describe('Browser Builder styles', () => {
220220
runTargetSpec(host, browserTargetSpec, overrides).pipe(
221221
tap((buildEvent) => expect(buildEvent.success).toBe(true)),
222222
).subscribe(undefined, done.fail, done);
223-
}, Timeout.Basic);
223+
}, Timeout.Complex);
224224

225225
extensionsWithVariableSupport.forEach(ext => {
226226
it(`supports ${ext} includePaths`, (done) => {

0 commit comments

Comments
 (0)