Layout fixes (again IE .. :-( )
[senf.git] / Scheduler / Scheduler.test.cc
index 26dd7fd..6845277 100644 (file)
@@ -190,7 +190,7 @@ namespace {
 
     bool is_close(MicroTime a, MicroTime b)
     {
-       return (a<b ? b-a : a-b) < 1100;
+       return (a<b ? b-a : a-b) < 10100; // a little bit over 10ms
     }
            
 }