Changeset 6173
- Timestamp:
- 08/24/07 14:45:54
- Files:
-
- gnuradio/trunk/mblock/src/lib/qa_timeouts.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/trunk/mblock/src/lib/qa_timeouts.cc
r6044 r6173 130 130 // FWIW, on SuSE 10.1 for x86-64, clock_getres returns 0.004 seconds. 131 131 132 #define TIMING_MARGIN 0.010 // seconds 132 // #define TIMING_MARGIN 0.010 // seconds // was failing on some systems 133 #define TIMING_MARGIN 0.025 // seconds (really sloppy; consider enabling RT scheduler) 134 133 135 134 136 class qa_timeouts_1_top : public mb_mblock
