mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-08 16:03:43 +00:00
Fix tests
This commit is contained in:
parent
82e215881a
commit
b95e966041
4 changed files with 11 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue