From cdef035e741a4010a095063ec0eef334c7e872d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Wed, 1 May 2024 14:08:30 +0200 Subject: [PATCH] allow more time for OPC poll with updated *RST settings --- Software/Integrationtests/tests/TestSync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/Integrationtests/tests/TestSync.py b/Software/Integrationtests/tests/TestSync.py index 6bd9aa6..4b9bf19 100644 --- a/Software/Integrationtests/tests/TestSync.py +++ b/Software/Integrationtests/tests/TestSync.py @@ -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: