Skip to content

Commit

Permalink
test: added longer timeout to visual regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaHoege committed Oct 5, 2023
1 parent a2f29ee commit ab9bbcc
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 @@ -25,7 +25,7 @@ module.exports = {
console.log('Skipped: ', context.id);
return;
}
await page.waitForTimeout(1000);
await page.waitForTimeout(3000);

const image = await page.screenshot({ animations: 'disabled' });
// @ts-ignore
Expand Down

0 comments on commit ab9bbcc

Please sign in to comment.