Skip to content

Commit 25271fe

Browse files
committed
Merge branch 'pull-request/2360' into PHP-7.0
* pull-request/2360: increase wait time in timeout_variation_10.phpt by 1 second
2 parents dd9cf23 + 8faf5f9 commit 25271fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basic/timeout_variation_10.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)