From be76bfc3fdd8f50322813003061c433b19b001cf Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Thu, 20 Jul 2023 11:02:46 +0200 Subject: [PATCH] Account: Increase wait time after conbox is removed --- 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 cc5b600..2afab4a 100644 --- a/src/ATBAPP/ATBDeviceControllerPlugin.cpp +++ b/src/ATBAPP/ATBDeviceControllerPlugin.cpp @@ -356,7 +356,7 @@ void ATBDeviceControllerPlugin::onCoinBoxRemoved() { qCritical() << "ATBDeviceControllerPlugin::onCoinBoxRemoved()"; - QTimer::singleShot(2000, this, SLOT(private_startAccount())); + QTimer::singleShot(4000, this, SLOT(private_startAccount())); } void ATBDeviceControllerPlugin::onCoinBoxInserted()