From 6523eb0dd611e07954d6aeda33549d455c29d3e0 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 23 Apr 2024 15:36:34 -0700 Subject: [PATCH] Update expectation --- 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 44a4562f8c..620e78f1bf 100644 --- a/tests/playwright-test/reporter-base.spec.ts +++ b/tests/playwright-test/reporter-base.spec.ts @@ -232,7 +232,7 @@ for (const useIntermediateMergeReport of [false, true] as const) { expect(result.passed).toBe(1); expect(result.interrupted).toBe(1); expect(result.didNotRun).toBe(1); - expect(result.output).toContain('Timed out waiting 1s for the test suite to run'); + expect(result.output).toContain('Timed out waiting 3s for the test suite to run'); }); test('should not print slow parallel tests', async ({ runInlineTest }) => {