Skip to content

Commit

Permalink
test: 修复单测
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Dec 1, 2023
1 parent 0e642cd commit 113e63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/s2-core/__tests__/spreadsheet/scroll-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ describe('Scroll Tests', () => {

canvas.dispatchEvent(wheelEvent);

await sleep(200);
await sleep(1000);

expect(onScroll).toHaveBeenCalled();
});
Expand Down

0 comments on commit 113e63e

Please sign in to comment.