Skip to content

Commit

Permalink
test(example): prolong reload test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
djm158 committed Jan 14, 2025
1 parent d004d84 commit 6d073bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/__tests__/App.owl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('App.tsx', () => {
});

it('scrolls a bit and takes a screenshot', async () => {
await scrollTo('ScrollView', { y: 50 });
await scrollTo('ScrollView', {y: 50});

const screen = await takeScreenshot('scroll-to');

Expand Down Expand Up @@ -77,6 +77,6 @@ describe('App.tsx', () => {
const screen = await takeScreenshot('after-reload');

expect(screen).toMatchBaseline();
});
}, 100000);
});
});

0 comments on commit 6d073bf

Please sign in to comment.