File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ test('worker.getUserMedia() succeeds', async () =>
110
110
players : [ ] ,
111
111
handlers : [ ]
112
112
} ) ;
113
- } , 5000 ) ;
113
+ } , 15000 ) ;
114
114
115
115
test ( 'create a Device with worker.createHandlerFactory() as argument succeeds' , ( ) =>
116
116
{
@@ -418,7 +418,7 @@ test('transport.produce() succeeds', async () =>
418
418
419
419
sendTransport . removeAllListeners ( 'connect' ) ;
420
420
sendTransport . removeAllListeners ( 'produce' ) ;
421
- } , 5000 ) ;
421
+ } , 15000 ) ;
422
422
423
423
test ( 'transport.consume() succeeds' , async ( ) =>
424
424
{
@@ -761,7 +761,7 @@ test('producer.replaceTrack() succeeds', async () =>
761
761
trackId : secondAudioProducer . track ! . id
762
762
}
763
763
} ) ;
764
- } , 5000 ) ;
764
+ } , 15000 ) ;
765
765
766
766
test ( 'producer.getStats() succeeds' , async ( ) =>
767
767
{
You can’t perform that action at this time.
0 commit comments