forked from qt-creator/qt-creator
ClangTools: Increase timeout for a unit test
This one can take quite some time even outside the CI. Change-Id: I0d57d536fb23a1fec6d4cc8c0709fb699afdf9a2 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -125,7 +125,7 @@ void ClangToolsUnitTests::testProject()
|
||||
ClangToolsSettings::instance()->runSettings(),
|
||||
diagnosticConfig);
|
||||
QSignalSpy waitForFinishedTool(tool, &ClangTool::finished);
|
||||
QVERIFY(waitForFinishedTool.wait(30000));
|
||||
QVERIFY(waitForFinishedTool.wait(90000));
|
||||
|
||||
// Check for errors
|
||||
const QString errorText = waitForFinishedTool.takeFirst().first().toString();
|
||||
|
Reference in New Issue
Block a user