Skip to content

Commit c541891

Browse files
committed
reduce default length of test list to prevent chromatic/storybook testing error
1 parent 239aa46 commit c541891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/OverviewItem/stories/OverviewItemListPerformance.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const textShort = createTextArray(100, 3);
5555
const textLong = createTextArray(100, 25);
5656

5757
export const OverviewItemListPerformance = ({
58-
length = 1000,
58+
length = 500,
5959
useOverviewitem = false,
6060
withDepiction = false,
6161
withDescription = true,

0 commit comments

Comments
 (0)