X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fasync003.phpt;h=9eb44df170a6bf5454351ad8725bb8796218e54a;hb=667a04769cea660ab821e851a4585938c18436dd;hp=98726420a3c2782131aaedb13c13edfd69ea1e03;hpb=e39a656855be0ccc88fd0f90910eb90acd6e4a9f;p=m6w6%2Fext-pq diff --git a/tests/async003.phpt b/tests/async003.phpt index 9872642..9eb44df 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(); } }