aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2018-07-06 16:58:38 +0200
committerRobert Loehning <robert.loehning@qt.io>2018-07-09 09:53:44 +0000
commit6a42d8bd747fce93fa9e7af28aec8c01d609f6b4 (patch)
tree8a3524a44a930d43e7915516966f58265a28d97f
parentb85692e9203d5dd28acce545802c86fd2a491c5a (diff)
Squish: Give code model more time to list refactorings
Change-Id: I944dfa306954cd16fdb24334db6e869702da282f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--tests/system/suite_APTW/tst_APTW03/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_APTW/tst_APTW03/test.py b/tests/system/suite_APTW/tst_APTW03/test.py
index 2ceef47b70..905dea914e 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 *"])