diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-10-01 20:08:26 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-10-01 20:08:26 (GMT) |
commit | b75057bf8943ff67d566132587c8db3941a9cf47 (patch) | |
tree | ab87f573c2dcc9d871f8a777ee94b4b647de09e4 /tests/auto/qgraphicsitem | |
parent | 79b1b80f9eecfe2287dc3ea940859999ea4a6e23 (diff) | |
download | Qt-b75057bf8943ff67d566132587c8db3941a9cf47.zip Qt-b75057bf8943ff67d566132587c8db3941a9cf47.tar.gz Qt-b75057bf8943ff67d566132587c8db3941a9cf47.tar.bz2 |
Test stabilisation on X11
for the Q3Table one, it sometimes fail with XPASS.
There is no point trying to stabilize a failure on a test for a class
we are not likely to touch anyway.
Diffstat (limited to 'tests/auto/qgraphicsitem')
-rw-r--r-- | tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp index 20dc0a4..21f6269 100644 --- a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp +++ b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp @@ -3017,7 +3017,7 @@ void tst_QGraphicsItem::hoverEventsGenerateRepaints() QGraphicsView view(&scene); view.show(); QTest::qWaitForWindowShown(&view); - QTest::qWait(100); + QTest::qWait(150); EventTester *tester = new EventTester; scene.addItem(tester); |