diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-07 15:14:20 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-07 15:14:20 -0500 |
commit | dd0a5cc3bac54f223984f2361323e18da4e383f9 (patch) | |
tree | 9e4ef5c0f05f9d68714d030e57c41f002e846359 /gr-blocks/python/qa_pdu.py | |
parent | cc716acbefad03b056a7526da8d09de9568b0596 (diff) | |
parent | a5d65f2cb6ea5060daa92062c88f3e0d2158b23f (diff) |
Merge branch 'next' of gnuradio.org:gnuradio into next
Diffstat (limited to 'gr-blocks/python/qa_pdu.py')
-rwxr-xr-x | gr-blocks/python/qa_pdu.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-blocks/python/qa_pdu.py b/gr-blocks/python/qa_pdu.py index d0c0093810..c8fc0e5a91 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.length(pi), 0) self.assertEqual(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() |