Index: branches/FEPSimulator/FEPSim.cpp
===================================================================
--- branches/FEPSimulator/FEPSim.cpp	(revision 205)
+++ branches/FEPSimulator/FEPSim.cpp	(revision 214)
@@ -95,5 +95,5 @@
             // Transfer the station data to ATMS and listen for response
             handleCallResponse(fep_reply_xfer_32(&fepReply, clnt));
-            unsigned int sleepseconds = /* 100 * */1000;
+            unsigned int sleepseconds = 50000;
             usleep(sleepseconds);
         }
