Skip to content

Commit

Permalink
allow more time for OPC poll with updated *RST settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed May 1, 2024
1 parent 5692356 commit cdef035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/Integrationtests/tests/TestSync.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_opc_poll(self):
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:
Expand Down

0 comments on commit cdef035

Please sign in to comment.