mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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 a10aa3aac5
)
This commit is contained in:
parent
7326c0467e
commit
c10af6be17
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
sleep(100);
|
||||
sleep(30);
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user