QmlDesigner: Wait longer for creator to startup in bauhaus test

5 seconds is tight on slow platforms
This commit is contained in:
Kai Koehne
2010-03-25 13:21:35 +01:00
parent 05585c623e
commit ed1c6cb9ef

View File

@@ -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;
}