File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments