Skip to content

Commit

Permalink
chore: 优化单测时间
Browse files Browse the repository at this point in the history
  • Loading branch information
xuying.xu committed Jul 23, 2024
1 parent 3cc0c4b commit 9665e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/f-engine/test/timeline/player.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ describe('player', () => {
const canvas = new Canvas(props);
await canvas.render();

// 400ms 就播放完了
await delay(400);
// 600ms 就播放完了
await delay(600);

expect(
//@ts-ignore
Expand Down

0 comments on commit 9665e56

Please sign in to comment.