From 29fd5df16aeabe550e1ed21244602e35ec9df488 Mon Sep 17 00:00:00 2001 From: Jaya Allamsetty Date: Fri, 17 Oct 2025 11:40:06 -0400 Subject: [PATCH] fix(tests) Increase backToP2PDelay to 3 secs. Setting it to 1 sec was causing p2p connections to be created when it was not needed. --- tests/specs/media/desktopSharing.spec.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/specs/media/desktopSharing.spec.ts b/tests/specs/media/desktopSharing.spec.ts index 68b3eee2d4..838d460c58 100644 --- a/tests/specs/media/desktopSharing.spec.ts +++ b/tests/specs/media/desktopSharing.spec.ts @@ -18,7 +18,7 @@ describe('Desktop sharing', () => { await ensureTwoParticipants({ configOverwrite: { p2p: { - backToP2PDelay: 1, + backToP2PDelay: 3, enabled: true } } @@ -101,7 +101,7 @@ describe('Desktop sharing', () => { await ensureThreeParticipants({ configOverwrite: { p2p: { - backToP2PDelay: 1, + backToP2PDelay: 3, enabled: true } } @@ -143,7 +143,7 @@ describe('Desktop sharing', () => { await ensureThreeParticipants({ configOverwrite: { p2p: { - backToP2PDelay: 1, + backToP2PDelay: 3, enabled: true } } @@ -167,7 +167,7 @@ describe('Desktop sharing', () => { await ensureOneParticipant({ configOverwrite: { p2p: { - backToP2PDelay: 1, + backToP2PDelay: 3, enabled: true } } @@ -185,7 +185,7 @@ describe('Desktop sharing', () => { await ensureThreeParticipants({ configOverwrite: { p2p: { - backToP2PDelay: 1, + backToP2PDelay: 3, enabled: true } }