From 6d70247acb68ec9c231f4dce751dbe1828a9ac95 Mon Sep 17 00:00:00 2001 From: Valere Date: Wed, 22 Apr 2026 20:13:00 +0200 Subject: [PATCH] this test should be slow (taking more than 30s) --- playwright/widget/pip-call.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playwright/widget/pip-call.test.ts b/playwright/widget/pip-call.test.ts index 4abee3cf..b18252c1 100644 --- a/playwright/widget/pip-call.test.ts +++ b/playwright/widget/pip-call.test.ts @@ -16,6 +16,8 @@ widgetTest("Put call in PIP", async ({ addUser, browserName }) => { "The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled", ); + test.slow(); + const valere = await addUser("Valere", HOST1); const timo = await addUser("Timo", HOST1);