Index: /trunk/BNC/src/bncephuser.cpp
===================================================================
--- /trunk/BNC/src/bncephuser.cpp	(revision 9198)
+++ /trunk/BNC/src/bncephuser.cpp	(revision 9199)
@@ -237,5 +237,5 @@
     }
     // updated every 30 minutes
-    else if (eph->type() == t_eph::GLONASS && dt >   3600) {
+    else if (eph->type() == t_eph::GLONASS && dt > 2*3600) {
       eph->setCheckState(t_eph::outdated);
       return;
@@ -289,5 +289,5 @@
       return;
     }
-    else if (eph->type() == t_eph::GLONASS && dt >    3600) {
+    else if (eph->type() == t_eph::GLONASS && dt >  2*3600) {
       ephL->setCheckState(t_eph::outdated);
       return;
