Further increased timeout delay to 10 Minutes. It seems FAAD sometimes stops sending status updates :-/
This commit is contained in:
parent
d60b22ecc8
commit
270f2fd1ec
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user