mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fixed race conditions in test
This commit is contained in:
parent
434e0fb3a5
commit
5b92b65591
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user