Skip to content

Commit b8e1638

Browse files
committed
increase timeout for next dev
1 parent 2b80fe0 commit b8e1638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/render/integrations/integrations.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ describe('integrations', () => {
106106
'http://localhost:3000',
107107
nextLocation,
108108
);
109-
}, 20_000);
109+
}, 30_000);
110110

111111
afterAll(async () => {
112112
devServer?.kill();

0 commit comments

Comments
 (0)