Index: trunk/BNC/src/PPP/pppThread.cpp
===================================================================
--- trunk/BNC/src/PPP/pppThread.cpp	(revision 5853)
+++ trunk/BNC/src/PPP/pppThread.cpp	(revision 5854)
@@ -221,7 +221,7 @@
   }
 
-  // Process the oldest epoch
+  // Process the oldest epochs
   // ------------------------
-  while (_epoData.size() && _epoData.front()->_time < _lastClkCorrTime) {
+  while (_epoData.size() && _epoData.front()->_time < _lastClkCorrTime + 10.0) {
 
     const vector<t_satObs*>& satObs = _epoData.front()->_satObs;
