Skip to content

Commit 6ada49a

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Increase timeout in mysqli_reap_async_query test
2 parents ce5d722 + b6506ab commit 6ada49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/tests/mysqli_reap_async_query.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (!$IS_MYSQLND)
2828

2929
function poll_async($offset, $link, $links, $errors, $reject, $exp_ready, $use_oo_syntax) {
3030

31-
if ($exp_ready !== ($tmp = mysqli_poll($links, $errors, $reject, 0, 2000)))
31+
if ($exp_ready !== ($tmp = mysqli_poll($links, $errors, $reject, 0, 50 * 1000)))
3232
printf("[%03d + 1] There should be %d links ready to read from, %d ready\n",
3333
$offset, $exp_ready, $tmp);
3434

0 commit comments

Comments
 (0)