chore(repo): increase timeout for flaky test (#18970)
This commit is contained in:
parent
a5a522e92c
commit
ede4b96e8d
@ -41,6 +41,6 @@ describe('Storybook executors for Angular', () => {
|
||||
it('shoud build an Angular based storybook', () => {
|
||||
runCLI(`run ${angularStorybookLib}:build-storybook`);
|
||||
checkFilesExist(`dist/storybook/${angularStorybookLib}/index.html`);
|
||||
}, 600_000);
|
||||
}, 1_000_000);
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user