From 5485d159827db46d1c06244b2bc0adef2db39695 Mon Sep 17 00:00:00 2001
From: Christian Stenger <christian.stenger@nokia.com>
Date: Tue, 21 Feb 2012 14:36:25 +0100
Subject: [PATCH] Squish: Reverted unsuccessful try, raised timeout

Change-Id: I1ce57c671eab1ff2084724b7799867326cd7ed24
Reviewed-by: Bill King <bill.king@nokia.com>
---
 tests/system/shared/editor_utils.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/system/shared/editor_utils.py b/tests/system/shared/editor_utils.py
index cc6ef531c7a..a7656014e67 100644
--- a/tests/system/shared/editor_utils.py
+++ b/tests/system/shared/editor_utils.py
@@ -149,8 +149,8 @@ def verifyHoveringOnEditor(editor, lines, additionalKeyPresses, expectedTypes, e
                 __handleTextTips__(tip, expectedVals, altVal)
             elif expectedType == "WidgetTip":
                 test.warning("Sorry - WidgetTip checks aren't implemented yet.")
-            mouseMove(editor, -50, -50)
-            waitFor("isNull(tip)", 3000)
+            sendEvent("QMouseEvent", editor, QEvent.MouseMove, 0, -50, Qt.NoButton, 0)
+            waitFor("isNull(tip)", 10000)
 
 # helper function that handles verification of TextTip hoverings
 # param textTip the TextTip object
-- 
GitLab