We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9526ab commit 09075b8Copy full SHA for 09075b8
federated-css-react-ssr/playwright.config.ts
@@ -4,7 +4,7 @@ const reuseExisting = !process.env.CI;
4
5
export default defineConfig({
6
testDir: './e2e',
7
- timeout: 120_000,
+ timeout: 180_000,
8
expect: {
9
timeout: 15_000,
10
},
@@ -35,15 +35,15 @@ export default defineConfig({
35
cwd: __dirname,
36
port: 3001,
37
reuseExistingServer: reuseExisting,
38
- timeout: 480_000,
+ timeout: 900_000,
39
40
{
41
// Start all shells and wait until all ports 4000-4005 respond
42
command: 'node scripts/start-shells.cjs',
43
44
port: 4005,
45
46
47
48
],
49
});
0 commit comments