git » sdk » commit a31c76c

Longer timeout

author Stephen Paul Weber
2026-05-12 01:53:05 UTC
committer Stephen Paul Weber
2026-05-12 02:17:56 UTC
parent c79f04b13024386601bc5c7c062d5dd0081550c5

Longer timeout

Our CI runner is very slow

playwright.config.ts +1 -0

diff --git a/playwright.config.ts b/playwright.config.ts
index 86965cb..be9188e 100644
--- a/playwright.config.ts
+++ b/playwright.config.ts
@@ -12,6 +12,7 @@ import { defineConfig, devices } from "@playwright/test";
  * See https://playwright.dev/docs/test-configuration.
  */
 export default defineConfig({
+	timeout: 120000,
 	testDir: "./test",
 	/* Run tests in files in parallel */
 	fullyParallel: true,