From 8973cff35c30908b049f9c79b3ccffe15b56ef23 Mon Sep 17 00:00:00 2001 From: Gabriel de Dietrich Date: Wed, 9 Sep 2009 15:54:11 +0200 Subject: Stabilized QTableView test This test would crash once in while. --- tests/auto/qtableview/tst_qtableview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v0.12