Skip to content

Commit

Permalink
Core: Change the sleep time in dont_return.php from 100s to 30s
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mgol committed Mar 19, 2014
1 parent 55c196e commit a10aa3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data/core/dont_return.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
sleep(100);
sleep(30);
?>

0 comments on commit a10aa3a

Please sign in to comment.