Fix tests

This commit is contained in:
Jan Käberich 2024-12-02 12:10:13 +01:00
parent 82e215881a
commit b95e966041
4 changed files with 11 additions and 6 deletions

View file

@ -23,7 +23,7 @@ class TestBase(unittest.TestCase):
time.sleep(1)
self.vna = libreVNA('localhost', 19544)
self.vna = libreVNA('localhost', 19544, timeout=4)
try:
self.vna.cmd("*CLS;:DEV:CONN")
except Exception as e: