X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync003.phpt;h=c78714def3519a65c4a5847567f65dd784a06693;hp=2e72a9fa8dd22d12225828c0168acd52b79eea54;hb=25e7c9331c023ef1ca869b2f1c8433251bc8f359;hpb=1b5358df410e66224c7e8251d286134b0f3f59d3 diff --git a/tests/async003.phpt b/tests/async003.phpt index 2e72a9f..c78714d 100644 --- a/tests/async003.phpt +++ b/tests/async003.phpt @@ -16,7 +16,7 @@ do { while ($c->busy) { $r = array($c->socket); $w = $e = null; - if (stream_select($r, $w, $e, null)) { + if (stream_select($r, $w, $e, 1, 1000)) { $c->poll(); } }