Skip to content
Snippets Groups Projects
Commit ed1c6cb9 authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlDesigner: Wait longer for creator to startup in bauhaus test

5 seconds is tight on slow platforms
parent 05585c62
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ bool TestBauhaus::loadFile(const QString &fileName) ...@@ -72,7 +72,7 @@ bool TestBauhaus::loadFile(const QString &fileName)
if (!QProcess::Running == process.state()) { if (!QProcess::Running == process.state()) {
return false; return false;
} }
QTest::qWait(5000); QTest::qWait(10000);
if (!QProcess::Running == process.state()) { if (!QProcess::Running == process.state()) {
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment