diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-12-12 11:21:56 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-12-12 11:21:56 -0500 |
commit | 60c60b02cd1f22d7d52fcc5da313635fd8dbed01 (patch) | |
tree | d481f38d4c1c8ae2fc0d43277f7c265a25ea796c /gnuradio-core/src/python | |
parent | 2dc6bee86a11a700ea238184d1c99994f3a02574 (diff) |
core: message passing QA needs just a little bit of time to get the message sent.
Diffstat (limited to 'gnuradio-core/src/python')
-rwxr-xr-x | gnuradio-core/src/python/gnuradio/gr/qa_pdu.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/src/python/gnuradio/gr/qa_pdu.py b/gnuradio-core/src/python/gnuradio/gr/qa_pdu.py index bf02d12c10..ebc365b611 100755 --- a/gnuradio-core/src/python/gnuradio/gr/qa_pdu.py +++ b/gnuradio-core/src/python/gnuradio/gr/qa_pdu.py @@ -63,6 +63,7 @@ class test_pdu(gr_unittest.TestCase): #pmt.pmt_print(pi) #print "Stream to PDU output ports: " #pmt.pmt_print(po) + time.sleep(0.1) self.tb.connect(src, snk) self.tb.connect(src, snk2) |