This commit is contained in:
Marcel Pociot
2021-06-21 23:02:35 +02:00
parent d8f482bf57
commit cacdf1e268
2 changed files with 4 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ class AdminTest extends TestCase
{
$this->serverFactory->getSocket()->close();
sleep(0.5);
parent::tearDown();
}

View File

@@ -50,6 +50,8 @@ class TunnelTest extends TestCase
$this->testTcpServer->close();
}
sleep(0.5);
parent::tearDown();
}