forked from qt-creator/qt-creator
QmlDesigner: Wait longer for creator to startup in bauhaus test
5 seconds is tight on slow platforms
This commit is contained in:
@@ -72,7 +72,7 @@ bool TestBauhaus::loadFile(const QString &fileName)
|
||||
if (!QProcess::Running == process.state()) {
|
||||
return false;
|
||||
}
|
||||
QTest::qWait(5000);
|
||||
QTest::qWait(10000);
|
||||
if (!QProcess::Running == process.state()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user