Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 0526ff0

Browse files
committed
fix: update test timeout for server
1 parent a11ea1c commit 0526ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jest-playwright.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ module.exports = {
44
{
55
command: 'npx serve -C -l 8000 dist/sdk',
66
port: 8000,
7-
launchTimeout: 15000,
7+
launchTimeout: 25000,
88
},
99
{
1010
command: 'npx serve -l 9000 test/fixtures',
1111
port: 9000,
12-
launchTimeout: 25000,
12+
launchTimeout: 35000,
1313
},
1414
],
1515
};

0 commit comments

Comments
 (0)