From 0468355593b1a87a5fb64ee5e062d16912b0f89f Mon Sep 17 00:00:00 2001 From: pengx17 Date: Mon, 5 Aug 2024 03:11:44 +0000 Subject: [PATCH] test(electron): adjust expect timeout for CI (#7707) --- tests/affine-desktop/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/affine-desktop/playwright.config.ts b/tests/affine-desktop/playwright.config.ts index 8037c3e711..0647aae635 100644 --- a/tests/affine-desktop/playwright.config.ts +++ b/tests/affine-desktop/playwright.config.ts @@ -19,7 +19,7 @@ const config: PlaywrightTestConfig = { workers: 2, timeout: process.env.CI ? 50_000 : 30_000, expect: { - timeout: process.env.CI ? 5_000 : 10_000, + timeout: process.env.CI ? 15_000 : 5_000, }, outputDir: testResultDir, use: {