Squish: Added timeout

Maybe this fix an issue when running the tst_qml_editor
inside jenkins.

Change-Id: I3cec1bf452e1c3cab7cb0aca6854105c774248a8
Reviewed-by: Bill King <bill.king@nokia.com>
This commit is contained in:
Christian Stenger
2012-02-20 10:42:15 +01:00
parent a42ad61ab4
commit 7f44b1e588
+1 -1
View File
@@ -150,7 +150,7 @@ def verifyHoveringOnEditor(editor, lines, additionalKeyPresses, expectedTypes, e
elif expectedType == "WidgetTip":
test.warning("Sorry - WidgetTip checks aren't implemented yet.")
sendEvent("QMouseEvent", editor, QEvent.MouseMove, 0, -50, Qt.NoButton, 0)
waitFor("isNull(tip)")
waitFor("isNull(tip)", 3000)
# helper function that handles verification of TextTip hoverings
# param textTip the TextTip object