Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 10243)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 10245)
@@ -495,5 +495,5 @@
     if (BNC_CORE->mode() != t_bncCore::batchPostProcessing) {
       if ((newClk._time >= currentTime) ||       // future time stamp
-          (currentTime - newClk._time) > 30.0) { // very old data sets
+          (currentTime - newClk._time) > 60.0) { // very old data sets
   #ifdef BNC_DEBUG_CMB
         emit newMessage("bncComb: future or very old data sets: " + acName.toLatin1() + " " + newClk._prn.toString().c_str() +
@@ -568,5 +568,5 @@
 
     if (BNC_CORE->mode() != t_bncCore::batchPostProcessing) {
-      if ((currentTime - epoTime) > 30.0) {
+      if ((currentTime - epoTime) > 60.0) {
         delete _epoClkData.front();
         _epoClkData.pop_front();
