diff --git a/tests/perf-test/SelectionList.perf-test.tsx b/tests/perf-test/SelectionList.perf-test.tsx index 6862212d3c75..5e0274cfa82f 100644 --- a/tests/perf-test/SelectionList.perf-test.tsx +++ b/tests/perf-test/SelectionList.perf-test.tsx @@ -81,7 +81,7 @@ function SelectionListWrapper({canSelectMultiple}: SelectionListWrapperProps) { const sections = [ { - data: Array.from({length: 1000}, (element, index) => ({ + data: Array.from({length: 500}, (element, index) => ({ text: `Item ${index}`, keyForList: `item-${index}`, isSelected: selectedIds.includes(`item-${index}`),