diff --git a/src/Events/Swoole.php b/src/Events/Swoole.php index f2daaacbb..815376d5b 100644 --- a/src/Events/Swoole.php +++ b/src/Events/Swoole.php @@ -217,7 +217,7 @@ public function stop(): void Coroutine::cancel($coroutine); } // Wait for coroutines to exit - usleep(20000); + usleep(200000); Event::exit(); }