Index: tests.c
===================================================================
--- tests.c	(revision 4)
+++ tests.c	(revision 5)
@@ -64,7 +64,7 @@
 
 do{
 loop();
-usleep(1); // MUST disable this with real servers
+//usleep(1); // MUST disable this with real servers
 }while(1);
 
 }