From 50d4a5844f498bf7622e9a5c22d8770f3ffafb33 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Tue, 27 Sep 2022 13:09:05 -0700 Subject: [PATCH] test: mark "should cache build" as slow (#17637) Frequently timing out on the bots. --- tests/playwright-test/playwright.ct-build.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/playwright-test/playwright.ct-build.spec.ts b/tests/playwright-test/playwright.ct-build.spec.ts index 1e3ab5d6e6..0a6f3d3583 100644 --- a/tests/playwright-test/playwright.ct-build.spec.ts +++ b/tests/playwright-test/playwright.ct-build.spec.ts @@ -202,6 +202,8 @@ test('should extract component list', async ({ runInlineTest }, testInfo) => { }); test('should cache build', async ({ runInlineTest }, testInfo) => { + test.slow(); + await test.step('original test', async () => { const result = await runInlineTest({ 'playwright/index.html': ``,