mirror of
https://github.com/znc/znc.git
synced 2026-07-07 02:11:20 +02:00
Increase znc-buildmod timeout in the test.
For some slow systems 30s is too small.
This commit is contained in:
@@ -70,6 +70,7 @@ class Process : public IO<QProcess> {
|
||||
m_exit = code;
|
||||
}
|
||||
void CanDie() { m_allowDie = true; }
|
||||
void ShouldFinishInSec(int sec) { m_finishTimeoutSec = sec; }
|
||||
|
||||
// I can't do much about SWIG...
|
||||
void CanLeak() { m_allowLeak = true; }
|
||||
@@ -80,6 +81,7 @@ class Process : public IO<QProcess> {
|
||||
bool m_allowDie = false;
|
||||
bool m_allowLeak = false;
|
||||
QProcess m_proc;
|
||||
int m_finishTimeoutSec = 30;
|
||||
};
|
||||
|
||||
// Can't use QEventLoop without existing QCoreApplication
|
||||
|
||||
Reference in New Issue
Block a user