Skip to content

Commit

Permalink
test(CI): additional tries for test runner to wait for icons to load
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaHoege committed Oct 4, 2023
1 parent 2fba2b6 commit a2f29ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-components/.storybook/test-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
setup() {
expect.extend({ toMatchImageSnapshot });
// retry on failures as this can be caused by delay in loading assets or rendering
jest.retryTimes(5);
jest.retryTimes(10);
},
async postRender(page, context) {
if (ignoredStories.includes(context.id)) {
Expand Down

0 comments on commit a2f29ee

Please sign in to comment.