Fixed race conditions in test

This commit is contained in:
Dmitry Stogov 2016-04-25 13:01:14 +03:00
parent 434e0fb3a5
commit 5b92b65591

View File

@ -4,6 +4,8 @@ Timeout again inside register_shutdown_function
<?php <?php
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
?> ?>
--INI--
hard_timeout=1
--FILE-- --FILE--
<?php <?php
set_time_limit(1); set_time_limit(1);