diff options
-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 bf02d12c1..ebc365b61 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) |