Print: increase waittime for printerDataPrepared()

This commit is contained in:
Siegfried Siegert 2023-06-27 16:11:04 +02:00
parent 6e9b1018e5
commit 7be678fbe0
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

View File

@ -522,7 +522,7 @@ void ATBDeviceControllerPlugin::requestPrintTicket(const QHash<QString, QVariant
return;
}
QTimer::singleShot(1000, this, SLOT(onPrinterDataPrepared()));
QTimer::singleShot(3000, this, SLOT(onPrinterDataPrepared()));
}