From 4cbabeaff3a8562fd92f7fca131a01c511af00d5 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 21 Jun 2021 23:35:19 +0200 Subject: [PATCH] wip --- tests/Feature/Server/AdminTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Feature/Server/AdminTest.php b/tests/Feature/Server/AdminTest.php index 2410dfb..ff9389a 100644 --- a/tests/Feature/Server/AdminTest.php +++ b/tests/Feature/Server/AdminTest.php @@ -34,8 +34,6 @@ class AdminTest extends TestCase { $this->serverFactory->getSocket()->close(); - sleep(0.5); - parent::tearDown(); }