Increase timeout for 'onCashPayStopedSuccess()' to 2,5s

This commit is contained in:
Siegfried Siegert 2023-06-28 10:55:49 +02:00
parent 2b6eecfed7
commit f76a30cb07
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

View File

@ -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()