mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: increase wait time in timeout_variation_9.phpt by 1 second
This commit is contained in:
commit
e9209e15a2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ set_time_limit($t);
|
|||
function f()
|
||||
{
|
||||
echo "call";
|
||||
busy_wait(4);
|
||||
busy_wait(5);
|
||||
}
|
||||
|
||||
register_shutdown_function("f");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue