diff options
author | Gabriel de Dietrich <gabriel.dietrich-de@nokia.com> | 2009-09-09 13:54:11 (GMT) |
---|---|---|
committer | Gabriel de Dietrich <gabriel.dietrich-de@nokia.com> | 2009-09-09 13:54:11 (GMT) |
commit | 8973cff35c30908b049f9c79b3ccffe15b56ef23 (patch) | |
tree | 2888c8a72941952bd7f8543b11b4a23962a6e2f1 | |
parent | cc901fb09d9e3e9719b481c3e0bb9e55c5d746da (diff) | |
download | Qt-8973cff35c30908b049f9c79b3ccffe15b56ef23.zip Qt-8973cff35c30908b049f9c79b3ccffe15b56ef23.tar.gz Qt-8973cff35c30908b049f9c79b3ccffe15b56ef23.tar.bz2 |
Stabilized QTableView test
This test would crash once in while.
-rw-r--r-- | tests/auto/qtableview/tst_qtableview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtableview/tst_qtableview.cpp b/tests/auto/qtableview/tst_qtableview.cpp index 5d21955..8d9a50c 100644 --- a/tests/auto/qtableview/tst_qtableview.cpp +++ b/tests/auto/qtableview/tst_qtableview.cpp @@ -2351,7 +2351,7 @@ void tst_QTableView::scrollTo() for (int c = 0; c < columnCount; ++c) view.setColumnWidth(c, columnWidth); - QTest::qWait(50); // ### needed to pass the test + QTest::qWait(100); // ### needed to pass the test view.horizontalScrollBar()->setValue(horizontalScroll); view.verticalScrollBar()->setValue(verticalScroll); |