test(schematics): bumped up test timeout
This commit is contained in:
parent
9e9e7360e8
commit
7e479bedf2
@ -28,7 +28,7 @@ describe('Nrwl Workspace', () => {
|
||||
runCLI('build --aot');
|
||||
expect(runCLI('test --single-run')).toContain('Executed 2 of 2 SUCCESS');
|
||||
},
|
||||
100000
|
||||
1000000
|
||||
);
|
||||
|
||||
it(
|
||||
@ -41,7 +41,7 @@ describe('Nrwl Workspace', () => {
|
||||
runCLI('build --aot');
|
||||
expect(runCLI('test --single-run')).toContain('Executed 2 of 2 SUCCESS');
|
||||
},
|
||||
100000
|
||||
1000000
|
||||
);
|
||||
|
||||
it(
|
||||
@ -54,6 +54,6 @@ describe('Nrwl Workspace', () => {
|
||||
runCLI('build --aot');
|
||||
expect(runCLI('test --single-run')).toContain('Executed 2 of 2 SUCCESS');
|
||||
},
|
||||
100000
|
||||
1000000
|
||||
);
|
||||
});
|
||||
|
||||
@ -14,6 +14,6 @@ describe('DowngradeModule', () => {
|
||||
runCLI('build');
|
||||
expect(runCLI('test --single-run')).toContain('Executed 1 of 1 SUCCESS');
|
||||
},
|
||||
100000
|
||||
1000000
|
||||
);
|
||||
});
|
||||
|
||||
@ -51,6 +51,6 @@ describe('ngrx', () => {
|
||||
runCLI('build');
|
||||
runCLI('test --single-run');
|
||||
},
|
||||
100000
|
||||
1000000
|
||||
);
|
||||
});
|
||||
|
||||
@ -25,6 +25,6 @@ describe('Lint', () => {
|
||||
expect(out).toContain('relative imports of libraries are forbidden');
|
||||
expect(out).toContain('import of lazy-loaded libraries are forbidden');
|
||||
},
|
||||
100000
|
||||
1000000
|
||||
);
|
||||
});
|
||||
|
||||
@ -31,6 +31,6 @@ describe('Upgrade', () => {
|
||||
runCLI('build');
|
||||
runCLI('test --single-run');
|
||||
},
|
||||
100000
|
||||
1000000
|
||||
);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user