adjust timeouts

This commit is contained in:
Valere
2026-04-22 16:51:04 +02:00
parent f355aa1ed7
commit 854cfdfe1b
2 changed files with 7 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ widgetTest("Sharing screen in group call", async ({ addUser, browserName }) => {
// Expect 3 video tiles
await expect(frame.locator("video")).toHaveCount(3, {
timeout: 5000,
timeout: 10000,
});
}