forked from qt-creator/qt-creator
QmlDesigner: Increase timeout for puppet creation
Change-Id: I41916561c0939fa163b28ba802382e6ccfcc55b6 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
@@ -300,7 +300,7 @@ bool PuppetCreator::startBuildProcess(const QString &buildDirectoryPath,
|
|||||||
m_compileLog.append(newOutput);
|
m_compileLog.append(newOutput);
|
||||||
}
|
}
|
||||||
|
|
||||||
process.waitForFinished(1000);
|
process.waitForFinished();
|
||||||
|
|
||||||
if (process.exitStatus() == QProcess::NormalExit || process.exitCode() == 0)
|
if (process.exitStatus() == QProcess::NormalExit || process.exitCode() == 0)
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user