Skip to content

Commit 29fd5df

Browse files
jallamsetty1damencho
authored andcommitted
fix(tests) Increase backToP2PDelay to 3 secs.
Setting it to 1 sec was causing p2p connections to be created when it was not needed.
1 parent f324122 commit 29fd5df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/specs/media/desktopSharing.spec.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('Desktop sharing', () => {
1818
await ensureTwoParticipants({
1919
configOverwrite: {
2020
p2p: {
21-
backToP2PDelay: 1,
21+
backToP2PDelay: 3,
2222
enabled: true
2323
}
2424
}
@@ -101,7 +101,7 @@ describe('Desktop sharing', () => {
101101
await ensureThreeParticipants({
102102
configOverwrite: {
103103
p2p: {
104-
backToP2PDelay: 1,
104+
backToP2PDelay: 3,
105105
enabled: true
106106
}
107107
}
@@ -143,7 +143,7 @@ describe('Desktop sharing', () => {
143143
await ensureThreeParticipants({
144144
configOverwrite: {
145145
p2p: {
146-
backToP2PDelay: 1,
146+
backToP2PDelay: 3,
147147
enabled: true
148148
}
149149
}
@@ -167,7 +167,7 @@ describe('Desktop sharing', () => {
167167
await ensureOneParticipant({
168168
configOverwrite: {
169169
p2p: {
170-
backToP2PDelay: 1,
170+
backToP2PDelay: 3,
171171
enabled: true
172172
}
173173
}
@@ -185,7 +185,7 @@ describe('Desktop sharing', () => {
185185
await ensureThreeParticipants({
186186
configOverwrite: {
187187
p2p: {
188-
backToP2PDelay: 1,
188+
backToP2PDelay: 3,
189189
enabled: true
190190
}
191191
}

0 commit comments

Comments
 (0)