From e27b3a7e7c8ea9baf5639a4b41292fba157d9bc6 Mon Sep 17 00:00:00 2001 From: Adam Gastineau Date: Fri, 7 Feb 2025 12:09:22 -0800 Subject: [PATCH] Increase timeout for slow CI machines --- tests/playwright-test/config.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright-test/config.spec.ts b/tests/playwright-test/config.spec.ts index cadce8d02a..de46cc0888 100644 --- a/tests/playwright-test/config.spec.ts +++ b/tests/playwright-test/config.spec.ts @@ -329,7 +329,7 @@ test('should print nice error when project is unknown', async ({ runInlineTest } test('should print nice error when project is unknown and launching UI mode', async ({ runInlineTest }) => { // Prevent UI mode from opening and the test never finishing - setTimeout(() => expect(false).toBeTruthy(), 5000); + setTimeout(() => expect(false).toBeTruthy(), 30000); const { output, exitCode } = await runInlineTest({ 'playwright.config.ts': ` module.exports = { projects: [