From 227d9783fe8327b84ac3b0e032f012ba144816f8 Mon Sep 17 00:00:00 2001 From: Manel Caro Date: Fri, 31 Jul 2020 13:58:41 +0200 Subject: IGEP0048: added plc test --- test-cli/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-cli/test_main.py') diff --git a/test-cli/test_main.py b/test-cli/test_main.py index 3f52152..bce9de9 100644 --- a/test-cli/test_main.py +++ b/test-cli/test_main.py @@ -279,7 +279,7 @@ def getBarCode(fake): psdbObj.set_factorycode(globalVar.g_uuid, str(random.randint(1, 1000001))) return qrreceived = False - wait_count = psdbObj.get_setup_variable("QRWAIT_SEC", xmlObj.getKeyVal("test_main", "qr_wait_time", "120")) + wait_count = psdbObj.get_setup_variable("test_main", xmlObj.getKeyVal("test_main", "qr_wait_time", "120")) while not qrreceived or int(wait_count) > 0: qr = QRReader() if qr.openQR(): -- cgit v1.1