]> source.dussan.org Git - jquery.git/commitdiff
Core: Change the sleep time in dont_return.php from 100s to 30s
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 19 Mar 2014 01:29:04 +0000 (02:29 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Wed, 19 Mar 2014 01:29:38 +0000 (02:29 +0100)
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

index 45565b6e726b6b473e4bc2ac5d6e9a8447525c43..1eef33692680a2ceab3ff8c700ad39e5f9c34d52 100644 (file)
@@ -1,3 +1,3 @@
 <?php
-sleep(100);
+sleep(30);
 ?>