From b5074944b0b27f50ffe2ca9f96348b8d0cd5c82c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Tue, 18 Mar 2014 16:50:04 +0100 Subject: [PATCH] Core: Change the sleep time in dont_return.php to a sane value PHP sleep function accepts time in seconds, not milliseconds; the previous value was starving the PHP FPM process pool. --- test/data/core/dont_return.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/data/core/dont_return.php b/test/data/core/dont_return.php index 4168cb3f7..45565b6e7 100644 --- a/test/data/core/dont_return.php +++ b/test/data/core/dont_return.php @@ -1,3 +1,3 @@ -- 2.39.5