Skip to content

Commit 0b56ba5

Browse files
royopakrakjoe
authored andcommitted
increase wait time in timeout_variation_9.phpt by 1 second
1 parent 25271fe commit 0b56ba5

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)