From 2805504d29d1dfc4f40925ff30147b9308e55252 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 23 Apr 2024 14:32:00 -0700 Subject: [PATCH] fix: increase global timeout for a test 1s is not enought on CI to start running the tests sometimes. --- tests/playwright-test/reporter-base.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright-test/reporter-base.spec.ts b/tests/playwright-test/reporter-base.spec.ts index ca4801cc83..44a4562f8c 100644 --- a/tests/playwright-test/reporter-base.spec.ts +++ b/tests/playwright-test/reporter-base.spec.ts @@ -214,7 +214,7 @@ for (const useIntermediateMergeReport of [false, true] as const) { const result = await runInlineTest({ 'playwright.config.ts': ` module.exports = { - globalTimeout: 1000, + globalTimeout: 3000, }; `, 'dir/a.test.js': `