finish port
[m6w6/ext-pq] / tests / async003.phpt
index 98726420a3c2782131aaedb13c13edfd69ea1e03..9eb44df170a6bf5454351ad8725bb8796218e54a 100644 (file)
@@ -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();
                }
        }