From c10af6be1704d704b062e582a22682369874952a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Wed, 19 Mar 2014 02:29:04 +0100 Subject: [PATCH] Core: Change the sleep time in dont_return.php from 100s to 30s Half a minute is more than enough for the test to finish even in the slowest browsers and in case of starving the PHP FPM process pool, one has to wait for only half a minute to try again. (cherry-picked from a10aa3aac5223c250327d00c500ceb9c7a18b7f9) --- 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 45565b6e7..1eef33692 100644 --- a/test/data/core/dont_return.php +++ b/test/data/core/dont_return.php @@ -1,3 +1,3 @@ -- 2.39.5