analogdevicesinc / TransceiverToolbox

MATLAB toolbox for ADI transceiver products

Home Page:https://analogdevicesinc.github.io/TransceiverToolbox/master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LTETests fail too long when device not found

tfcollins opened this issue · comments

Current test without hardware hooked up took 10 minutes to fail.

If a device is not found every enumerated test has to fail to stop the test. There should be a similar check done at startup like here: https://github.com/analogdevicesinc/TransceiverToolbox/blob/master/test/AD9361Tests.m#L10

#69 has fixed this bug.