Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed May 8, 2024
1 parent 8bf09be commit 593d331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ReverbTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public function usingRedis(): void

app(PubSubProvider::class)->connect($this->loop);
app(PubSubProvider::class)->subscribe();
usleep(10_000);
}

/**
Expand Down Expand Up @@ -107,7 +108,6 @@ public function stopServer(): void
{
app(PubSubProvider::class)->disconnect();


if ($this->server) {
$this->server->stop();
}
Expand Down

0 comments on commit 593d331

Please sign in to comment.