Skip to content

Commit 6d073bf

Browse files
committed
test(example): prolong reload test timeout
1 parent d004d84 commit 6d073bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/__tests__/App.owl.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('App.tsx', () => {
4646
});
4747

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

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

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

7979
expect(screen).toMatchBaseline();
80-
});
80+
}, 100000);
8181
});
8282
});

0 commit comments

Comments
 (0)