We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7ece6 commit 39ba2dfCopy full SHA for 39ba2df
1 file changed
testing/e2e/playwright.config.ts
@@ -81,7 +81,7 @@ export default defineConfig({
81
},
82
stderr: 'pipe',
83
stdout: process.env.CI ? 'pipe' : 'ignore',
84
- timeout: 5_000,
+ timeout: 10_000,
85
url: `http://localhost:${apiPort}/v1/setup`
86
87
{
@@ -93,7 +93,7 @@ export default defineConfig({
93
94
95
96
97
url: `http://localhost:${gatewayPort}/api/healthcheck`
98
99
@@ -105,7 +105,7 @@ export default defineConfig({
105
106
107
108
109
url: `http://localhost:${webPort}`
110
}
111
],
0 commit comments