From 6a42d8bd747fce93fa9e7af28aec8c01d609f6b4 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Fri, 6 Jul 2018 16:58:38 +0200 Subject: [PATCH] Squish: Give code model more time to list refactorings Change-Id: I944dfa306954cd16fdb24334db6e869702da282f Reviewed-by: Christian Stenger --- tests/system/suite_APTW/tst_APTW03/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/suite_APTW/tst_APTW03/test.py b/tests/system/suite_APTW/tst_APTW03/test.py index 2ceef47b708..905dea914e4 100644 --- a/tests/system/suite_APTW/tst_APTW03/test.py +++ b/tests/system/suite_APTW/tst_APTW03/test.py @@ -100,7 +100,7 @@ def main(): editor = getEditorForFileSuffix("%s.h" % className.lower()) oldContent = str(editor.plainText) placeCursorToLine(editor, "class %s.*" % className, True) - snooze(1) # avoid timing issue with the parser + snooze(4) # avoid timing issue with the parser invokeContextMenuItem(editor, "Refactor", "Insert Virtual Functions of Base Classes") handleInsertVirtualFunctions(["keys() const = 0 : QStringList", "create(const QString &, const QString &) = 0 : QObject *"])