| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The chosen timeout of 100ms was too short for some cases. Increase to
max 2000ms, but check every 200ms.
Signed-off-by: Martin Braun <martin@gnuradio.org>
|
|
|
|
|
|
| |
find ./ -iname qa*.py | xargs autopep8 --in-place -a -a
mostly formats whitespace and gets rid of trailing semicolons
|
|
The plain zeromq sockets are used instead of the corresponding ZMQ sink
block in order to expose the actual ZMQ interface and test errors like
invalid PMT message that cannot be tested with the ZMQ sinks.
|