aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickflickable/tst_qquickflickable.cpp')
-rw-r--r--tests/auto/quick/qquickflickable/tst_qquickflickable.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp b/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
index 94f2451c97..9aed54b487 100644
--- a/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
+++ b/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
@@ -1798,7 +1798,6 @@ void tst_qquickflickable::nestedStopAtBounds()
// drag away from the aligned boundary. Inner flickable dragged.
moveAndPress(&view, position);
- QTest::qWait(10);
axis += invert ? -threshold * 2 : threshold * 2;
QTest::mouseMove(&view, position);
axis += invert ? -threshold : threshold;
@@ -1822,7 +1821,6 @@ void tst_qquickflickable::nestedStopAtBounds()
// Drag inner with equal size and contentSize
moveAndPress(&view, position);
- QTest::qWait(10);
axis += invert ? -threshold * 2 : threshold * 2;
QTest::mouseMove(&view, position);
axis += invert ? -threshold : threshold;
@@ -1846,7 +1844,6 @@ void tst_qquickflickable::nestedStopAtBounds()
// Drag inner with size greater than contentSize
moveAndPress(&view, position);
- QTest::qWait(10);
axis += invert ? -threshold * 2 : threshold * 2;
QTest::mouseMove(&view, position);
axis += invert ? -threshold : threshold;