From f76a30cb072ee4367e7482af6dcdcf63da7b7182 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Wed, 28 Jun 2023 10:55:49 +0200 Subject: [PATCH] Increase timeout for 'onCashPayStopedSuccess()' to 2,5s --- src/ATBAPP/ATBDeviceControllerPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ATBAPP/ATBDeviceControllerPlugin.cpp b/src/ATBAPP/ATBDeviceControllerPlugin.cpp index a7024cc..f95862c 100644 --- a/src/ATBAPP/ATBDeviceControllerPlugin.cpp +++ b/src/ATBAPP/ATBDeviceControllerPlugin.cpp @@ -128,7 +128,7 @@ void ATBDeviceControllerPlugin::requestStopCashInput() hw->cash_stopPayment(); // we need new cash value in application... - QTimer::singleShot(500, this, SLOT(onCashPayStopedSuccess())); + QTimer::singleShot(2500, this, SLOT(onCashPayStopedSuccess())); } void ATBDeviceControllerPlugin::cashCollect()