forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user