summaryrefslogtreecommitdiff
path: root/test-cli/test_main.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-cli/test_main.py')
-rw-r--r--test-cli/test_main.py2
1 files changed, 1 insertions, 1 deletions
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():