Skip to content

Commit 75ad2b3

Browse files
committed
Merge branch 'pull-request/2359' into PHP-7.0
* pull-request/2359: increase wait time in timeout_variation_9.phpt by 1 second
2 parents 25271fe + 0b56ba5 commit 75ad2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basic/timeout_variation_9.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set_time_limit($t);
1414
function f()
1515
{
1616
echo "call";
17-
busy_wait(4);
17+
busy_wait(5);
1818
}
1919

2020
register_shutdown_function("f");

0 commit comments

Comments
 (0)