summaryrefslogtreecommitdiff
path: root/gr-blocks/python/qa_pdu.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-07 14:27:20 -0500
committerTom Rondeau <trondeau@vt.edu>2013-03-07 14:27:20 -0500
commit7c79e56792570ffd4e0a17071a3ca7513d63baec (patch)
tree0fc37440bfac6856888ed3e2af5f8f38e1b4396c /gr-blocks/python/qa_pdu.py
parent3b0b3b6cf4c08d305df96f96a91d621e3e6232bb (diff)
core: moving over setting of max_messages option to conf.in file.
blocks: these timers were actually doing much, so we can speed up the tests.
Diffstat (limited to 'gr-blocks/python/qa_pdu.py')
-rwxr-xr-xgr-blocks/python/qa_pdu.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-blocks/python/qa_pdu.py b/gr-blocks/python/qa_pdu.py
index dc50b7c330..3f7675ce4a 100755
--- a/gr-blocks/python/qa_pdu.py
+++ b/gr-blocks/python/qa_pdu.py
@@ -51,7 +51,6 @@ class test_pdu(gr_unittest.TestCase):
self.assertEqual(pmt.pmt_length(pi), 0)
self.assertEqual(pmt.pmt_length(po), 1)
- time.sleep(0.1)
self.tb.connect(src, snk)
self.tb.connect(src, snk2)
self.tb.connect(src, snk3)
@@ -66,7 +65,7 @@ class test_pdu(gr_unittest.TestCase):
src.to_basic_block()._post(port, msg) # eww, what's that smell?
while dbg.num_messages() < 1:
- time.sleep(0.5)
+ time.sleep(0.1)
self.tb.stop()
self.tb.wait()