From 593d3311a6bfc415724e74eaa7d2cd61c752028c Mon Sep 17 00:00:00 2001 From: Joe Dixon Date: Wed, 8 May 2024 13:27:19 +0100 Subject: [PATCH] wip --- tests/ReverbTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ReverbTestCase.php b/tests/ReverbTestCase.php index e7d76e50..c95c846d 100644 --- a/tests/ReverbTestCase.php +++ b/tests/ReverbTestCase.php @@ -76,6 +76,7 @@ public function usingRedis(): void app(PubSubProvider::class)->connect($this->loop); app(PubSubProvider::class)->subscribe(); + usleep(10_000); } /** @@ -107,7 +108,6 @@ public function stopServer(): void { app(PubSubProvider::class)->disconnect(); - if ($this->server) { $this->server->stop(); }