mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -35,6 +35,8 @@ class ApiTest extends TestCase
|
||||
{
|
||||
$this->serverFactory->getSocket()->close();
|
||||
|
||||
$this->await(\React\Promise\Timer\resolve(0.2, $this->loop));
|
||||
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ class TunnelTest extends TestCase
|
||||
$this->testTcpServer->close();
|
||||
}
|
||||
|
||||
sleep(0.5);
|
||||
$this->await(\React\Promise\Timer\resolve(0.2, $this->loop));
|
||||
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user