Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
ed1c6cb9
Commit
ed1c6cb9
authored
Mar 25, 2010
by
Kai Koehne
Browse files
QmlDesigner: Wait longer for creator to startup in bauhaus test
5 seconds is tight on slow platforms
parent
05585c62
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/auto/qml/qmldesigner/bauhaustests/testbauhaus.cpp
View file @
ed1c6cb9
...
...
@@ -72,7 +72,7 @@ bool TestBauhaus::loadFile(const QString &fileName)
if
(
!
QProcess
::
Running
==
process
.
state
())
{
return
false
;
}
QTest
::
qWait
(
5
000
);
QTest
::
qWait
(
10
000
);
if
(
!
QProcess
::
Running
==
process
.
state
())
{
return
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment