Skip to content

Commit 34c8fe2

Browse files
committed
increase wait for server time to 60 seonds too
1 parent 7e8e7a1 commit 34c8fe2

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
@@ -68,7 +68,7 @@ const startWebServer = async (command: string, url: string, cwd: string) => {
6868
child.kill('SIGINT');
6969
});
7070

71-
await waitForServer(url, 30_000);
71+
await waitForServer(url, 60_000);
7272

7373
return child;
7474
};

0 commit comments

Comments
 (0)