From 270f2fd1ec15594c8e44f67f8d30fb3f59fdfc10 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Tue, 26 Jul 2011 22:23:32 +0200 Subject: [PATCH] Further increased timeout delay to 10 Minutes. It seems FAAD sometimes stops sending status updates :-/ --- src/Tool_Abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tool_Abstract.h b/src/Tool_Abstract.h index 4cb6e42e..e7c2af2a 100644 --- a/src/Tool_Abstract.h +++ b/src/Tool_Abstract.h @@ -43,7 +43,7 @@ signals: void messageLogged(const QString &line); protected: - static const int m_processTimeoutInterval = 180000; + static const int m_processTimeoutInterval = 600000; private: static QMutex *m_mutex_startProcess; -- 2.11.4.GIT