mirror of
https://github.com/jankae/LibreVNA.git
synced 2025-12-06 07:12:10 +01:00
allow more time for OPC poll with updated *RST settings
This commit is contained in:
parent
5692356e90
commit
cdef035e74
|
|
@ -23,7 +23,7 @@ class TestSync(TestBase):
|
|||
self.vna.cmd("VNA:ACQ:SINGLE TRUE")
|
||||
self.vna.cmd("*OPC")
|
||||
self.assertEqual(self.vna.query(":VNA:ACQ:FIN?"), "FALSE")
|
||||
time_limit = time.time() + 2
|
||||
time_limit = time.time() + 4
|
||||
while True:
|
||||
status = self.vna.get_status()
|
||||
if status & 0x01:
|
||||
|
|
|
|||
Loading…
Reference in a new issue