isnecure send/receive now works... next, secure
[pengine.git] / unittests / commsend.php
index c37256b..cdd8e4e 100644 (file)
@@ -9,6 +9,5 @@ $array["other"] = "moogie";
 for($i = 0; $i < 10; $i++) {
        $array["bl"] = $i;
        $mn->sendMessage($array);
-       sleep(1);
 }
 ?>
\ No newline at end of file