Skip to content

Commit

Permalink
fix(angular): increase buffer on flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Sep 1, 2023
1 parent a097b95 commit 8bf1d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/storybook-angular/src/storybook-angular.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
});

0 comments on commit 8bf1d57

Please sign in to comment.