From df25dc5c18e00090379a30a4bd0d2a2c7d3ab06f Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Fri, 27 Oct 2017 03:28:51 +0200 Subject: [PATCH] Ref T145, temp. workaround until task is completed --- src/blackmisc/worker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackmisc/worker.cpp b/src/blackmisc/worker.cpp index 5d3fc7e3f..c35059d2b 100644 --- a/src/blackmisc/worker.cpp +++ b/src/blackmisc/worker.cpp @@ -50,7 +50,7 @@ namespace BlackMisc } #endif quit(); - wait(); + wait(30 * 1000); //! \todo KB 2017-10 temp workaround: in T145 this will be fixed, sometimes (very rarely) hanging here during shutdown } CWorker *CWorker::fromTaskImpl(QObject *owner, const QString &name, int typeId, std::function task)