intercomm's work - or not work as the case may be
[pengine.git] / unittests / commsend.php
index d1eb4d3..c37256b 100644 (file)
@@ -6,8 +6,9 @@ $mn->go();
 
 $array["asdf"] = "message";
 $array["other"] = "moogie";
-for($i = 0; $i < 1; $i++) {
+for($i = 0; $i < 10; $i++) {
        $array["bl"] = $i;
        $mn->sendMessage($array);
+       sleep(1);
 }
 ?>
\ No newline at end of file