Skip to content

Commit bfa3df0

Browse files
committed
Merge branch 'PHP-7.1'
* PHP-7.1: increase poll timeout as false positives mitigation
2 parents 43e283f + 8b04e89 commit bfa3df0

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
@@ -38,7 +38,7 @@ if (!$IS_MYSQLND)
3838

3939
function poll_async($offset, $link, $links, $errors, $reject, $exp_ready, $use_oo_syntax) {
4040

41-
if ($exp_ready !== ($tmp = mysqli_poll($links, $errors, $reject, 0, 1000)))
41+
if ($exp_ready !== ($tmp = mysqli_poll($links, $errors, $reject, 0, 2000)))
4242
printf("[%03d + 1] There should be %d links ready to read from, %d ready\n",
4343
$offset, $exp_ready, $tmp);
4444

0 commit comments

Comments
 (0)