mirror of
https://github.com/znc/znc.git
synced 2026-06-24 20:11:51 +02:00
Increase znc-buildmod timeout in the test.
For some slow systems 30s is too small.
This commit is contained in:
@@ -45,7 +45,7 @@ Process::Process(QString cmd, QStringList args,
|
||||
|
||||
Process::~Process() {
|
||||
if (m_kill) m_proc.terminate();
|
||||
bool bFinished = m_proc.waitForFinished();
|
||||
bool bFinished = m_proc.waitForFinished(1000 * m_finishTimeoutSec);
|
||||
EXPECT_TRUE(bFinished);
|
||||
if (!bFinished) return;
|
||||
if (!m_allowDie) {
|
||||
|
||||
Reference in New Issue
Block a user