try timer

This commit is contained in:
Marcel Pociot
2021-06-22 10:18:31 +02:00
parent 7797814ebf
commit 490365fe14

View File

@@ -34,6 +34,8 @@ class AdminTest extends TestCase
{
$this->serverFactory->getSocket()->close();
$this->await(\React\Promise\Timer\resolve(0.2, $this->loop));
parent::tearDown();
}