fix: increase timeout for 9000-entry virtuoso test to 15s
This commit is contained in:
@@ -777,7 +777,7 @@ describe('NoteList — virtual list with large datasets', () => {
|
||||
...overrides,
|
||||
})
|
||||
|
||||
it('renders 9000 entries without crashing', () => {
|
||||
it('renders 9000 entries without crashing', { timeout: 15000 }, () => {
|
||||
const largeDataset = Array.from({ length: 9000 }, (_, i) => makeEntry(i))
|
||||
const { container } = render(
|
||||
<NoteList entries={largeDataset} selection={allSelection} selectedNote={null} onSelectNote={noopSelect} onReplaceActiveTab={noopReplace} allContent={{}} onCreateNote={vi.fn()} />
|
||||
|
||||
Reference in New Issue
Block a user