Skip to content

Commit 8cffb34

Browse files
author
amin
committed
update tests
1 parent a4329f1 commit 8cffb34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/RTCIceConnectionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)