aboutsummaryrefslogtreecommitdiffstats
path: root/host/test/buffer_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/test/buffer_test.cpp')
-rw-r--r--host/test/buffer_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/test/buffer_test.cpp b/host/test/buffer_test.cpp
index aadb3f951..8445412e7 100644
--- a/host/test/buffer_test.cpp
+++ b/host/test/buffer_test.cpp
@@ -23,7 +23,7 @@
using namespace boost::assign;
using namespace uhd::transport;
-static const boost::posix_time::milliseconds timeout(10);
+static const double timeout = 0.01/*secs*/;
BOOST_AUTO_TEST_CASE(test_bounded_buffer_with_timed_wait){
bounded_buffer<int>::sptr bb(bounded_buffer<int>::make(3));