fix(tests) Increase backToP2PDelay to 3 secs.

Setting it to 1 sec was causing p2p connections to be created when it was not needed.
This commit is contained in:
Jaya Allamsetty
2025-10-17 11:40:06 -04:00
committed by Дамян Минков
parent f324122d93
commit 29fd5df16a

View File

@@ -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
}
}