diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-06-25 12:42:16 (GMT) |
---|---|---|
committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-06-25 13:17:21 (GMT) |
commit | fe64e44b0dab0152101b4ec17a49305912415016 (patch) | |
tree | b6ff287aa1e885ac5f01db0a2760ab8ff1afc64e /tests/auto/qgraphicsview | |
parent | 4fb0f9d8d5275c21b3d16be1170b5e7d2ed77f8d (diff) | |
download | Qt-fe64e44b0dab0152101b4ec17a49305912415016.zip Qt-fe64e44b0dab0152101b4ec17a49305912415016.tar.gz Qt-fe64e44b0dab0152101b4ec17a49305912415016.tar.bz2 |
Stabilize tst_QGraphicsView::moveItemWhileScrolling.
Diffstat (limited to 'tests/auto/qgraphicsview')
-rw-r--r-- | tests/auto/qgraphicsview/tst_qgraphicsview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgraphicsview/tst_qgraphicsview.cpp b/tests/auto/qgraphicsview/tst_qgraphicsview.cpp index 02e4046..65e066f 100644 --- a/tests/auto/qgraphicsview/tst_qgraphicsview.cpp +++ b/tests/auto/qgraphicsview/tst_qgraphicsview.cpp @@ -3093,7 +3093,7 @@ void tst_QGraphicsView::moveItemWhileScrolling() #ifdef Q_WS_X11 qt_x11_wait_for_window_manager(&view); #endif - QTest::qWait(100); + QTest::qWait(200); view.lastPaintedRegion = QRegion(); view.horizontalScrollBar()->setValue(view.horizontalScrollBar()->value() + 10); |