Index: branches/dev/html/test/naka/loop.php
===================================================================
--- branches/dev/html/test/naka/loop.php	(revision 12139)
+++ branches/dev/html/test/naka/loop.php	(revision 12140)
@@ -1,6 +1,6 @@
 <?php
     require_once("../../require.php");
-    for($i = 0; $i < 10; $i++) {
-        sleep(1);
+    for($i = 0; $i < 180; $i++) {
+        sleep(10);
         gfDebugLog("test$i");
     }
