diff --git a/site/e2e/helpers.ts b/site/e2e/helpers.ts index 49cad287c8dfa..d00d94c71b1eb 100644 --- a/site/e2e/helpers.ts +++ b/site/e2e/helpers.ts @@ -762,7 +762,7 @@ export const createServer = async ( async function waitForPort( port: number, host = "0.0.0.0", - timeout = 30000, + timeout = 60_000, ): Promise { const start = Date.now(); while (Date.now() - start < timeout) {