aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_button.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-04-20 11:16:55 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-04-20 11:11:01 +0000
commit87c1ec3f3586a5dac7b3ba599249393d090f2300 (patch)
treef6f6d40af90b42e3b4971228e8c8ef2fe18061a0 /tests/auto/controls/data/tst_button.qml
parent9ba2c26a54b8180a822ab23b85fa2967bfa05683 (diff)
tst_controls: remove waitForRendering() from test_multiTouch
Not sure why this was added in the first place. Now it has been copied to all test_multiTouch() implementations and sometimes slows down the test round quite a bit. Change-Id: I76e259e0267b34de6432998385b9f2e6759b9819 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/controls/data/tst_button.qml')
-rw-r--r--tests/auto/controls/data/tst_button.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/controls/data/tst_button.qml b/tests/auto/controls/data/tst_button.qml
index c705832a..cf9cf64d 100644
--- a/tests/auto/controls/data/tst_button.qml
+++ b/tests/auto/controls/data/tst_button.qml
@@ -226,7 +226,6 @@ TestCase {
var control2 = createTemporaryObject(button, testCase, {y: control1.height})
verify(control2)
- waitForRendering(control2)
var pressedCount2 = 0