Skip to content

Commit 39ba2df

Browse files
committed
chore: go back to 10 sec timeout
1 parent fe7ece6 commit 39ba2df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

testing/e2e/playwright.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default defineConfig({
8181
},
8282
stderr: 'pipe',
8383
stdout: process.env.CI ? 'pipe' : 'ignore',
84-
timeout: 5_000,
84+
timeout: 10_000,
8585
url: `http://localhost:${apiPort}/v1/setup`
8686
},
8787
{
@@ -93,7 +93,7 @@ export default defineConfig({
9393
},
9494
stderr: 'pipe',
9595
stdout: process.env.CI ? 'pipe' : 'ignore',
96-
timeout: 5_000,
96+
timeout: 10_000,
9797
url: `http://localhost:${gatewayPort}/api/healthcheck`
9898
},
9999
{
@@ -105,7 +105,7 @@ export default defineConfig({
105105
},
106106
stderr: 'pipe',
107107
stdout: process.env.CI ? 'pipe' : 'ignore',
108-
timeout: 5_000,
108+
timeout: 10_000,
109109
url: `http://localhost:${webPort}`
110110
}
111111
],

0 commit comments

Comments
 (0)