File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ public function testConnectToIceLiteNominationFails()
410410 $ this ->inviteAccept ($ connection1 , $ connection2 );
411411
412412 async (function () use ($ connection1 , $ connection2 ) {
413- delay (.3 );
413+ delay (1 );
414414 $ connection1 ->close ();
415415 $ connection2 ->close ();
416416 })();
@@ -720,7 +720,7 @@ public function testConnectWithStunServer()
720720 public function testConnectWithStunServerDnsLookupError ()
721721 {
722722 $ config = clone $ this ->config ;
723- $ config ->setStunServer (['fakestun.dev ' , 3478 ]); // invalid stun server domain name
723+ $ config ->setStunServer (['fakestun.test ' , 3478 ]); // invalid stun server domain name
724724 $ connection1 = new RTCIceConnection ($ config , IceRole::Controlling);
725725 $ connection2 = $ this ->getIceConnection (false );
726726
You can’t perform that action at this time.
0 commit comments