Increase timeout for 'onCashPayStopedSuccess()' to 2,5s
This commit is contained in:
parent
2b6eecfed7
commit
f76a30cb07
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user