trial fix for ticket:175
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 24 Aug 2007 20:45:54 +0000 (20:45 +0000)
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 24 Aug 2007 20:45:54 +0000 (20:45 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6173 221aa14e-8319-0410-a670-987f0aec2ac5

mblock/src/lib/qa_timeouts.cc

index d5e63fcac8a13d22299afe11794d154ed0d6373a..4f1eb46eef2815939909b1e765db7a943e594c31 100644 (file)
@@ -129,7 +129,9 @@ qa_timeouts::test_timer_queue()
 
 // FWIW, on SuSE 10.1 for x86-64, clock_getres returns 0.004 seconds.
 
-#define TIMING_MARGIN 0.010    // seconds
+// #define TIMING_MARGIN 0.010 // seconds   // was failing on some systems
+#define TIMING_MARGIN 0.025    // seconds  (really sloppy; consider enabling RT scheduler)
+
 
 class qa_timeouts_1_top : public mb_mblock
 {