Skip to content

Commit eb467c5

Browse files
committed
increase timeout to 30 s
1 parent 1e14ac5 commit eb467c5

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, 15_000);
71+
await waitForServer(url, 30_000);
7272

7373
return child;
7474
};

0 commit comments

Comments
 (0)