mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-17 07:25:54 +00:00
Allow users to specify custom hostnames
This commit is contained in:
@@ -11,7 +11,7 @@ use Symfony\Component\Console\Output\ConsoleOutputInterface;
|
||||
|
||||
abstract class TestCase extends \Tests\TestCase
|
||||
{
|
||||
const AWAIT_TIMEOUT = 5.0;
|
||||
const AWAIT_TIMEOUT = 0.2;
|
||||
|
||||
/** @var LoopInterface */
|
||||
protected $loop;
|
||||
|
||||
Reference in New Issue
Block a user