Skip to content

Commit

Permalink
fix: 修复 ci 报错 (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue authored Nov 28, 2023
1 parent 3f8b06a commit 5f017cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/f2/test/components/interaction/dodge-pan.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ describe('dodge pan', () => {
await gestureSimulator(context.canvas, 'touchmove', { x: 100, y: 169 });
await delay(20);
await gestureSimulator(context.canvas, 'touchend', { x: 100, y: 169 });
await delay(300);
await delay(600);
expect(context).toMatchImageSnapshot();
});
});

0 comments on commit 5f017cd

Please sign in to comment.