diff --git a/tests/Goridge/SwooleTest.php b/tests/Goridge/SwooleTest.php index b9d9b32..ee13658 100644 --- a/tests/Goridge/SwooleTest.php +++ b/tests/Goridge/SwooleTest.php @@ -38,7 +38,7 @@ public function testNoExceptionWithSwooleCoroutine(): void foreach ($methods as $method) { $barrier = Barrier::make(); - for ($i = 0; $i < 2; $i++) { + for ($i = 0; $i < 5; $i++) { go(function () use ($barrier, $method) { $this->$method(); });