Browse Source
Merge branch 'PHP-7.1'
* PHP-7.1:
increase wait time in timeout_variation_9.phpt by 1 second
pull/2351/merge
Joe Watkins
9 years ago
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E
1 changed files with
1 additions and
1 deletions
-
tests/basic/timeout_variation_9.phpt
|
|
|
@ -14,7 +14,7 @@ set_time_limit($t); |
|
|
|
function f() |
|
|
|
{ |
|
|
|
echo "call"; |
|
|
|
busy_wait(4); |
|
|
|
busy_wait(5); |
|
|
|
} |
|
|
|
|
|
|
|
register_shutdown_function("f"); |
|
|
|
|