summaryrefslogtreecommitdiff
path: root/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-10-01 22:08:26 +0200
committerOlivier Goffart <ogoffart@trolltech.com>2009-10-01 22:08:26 +0200
commitb75057bf8943ff67d566132587c8db3941a9cf47 (patch)
treeab87f573c2dcc9d871f8a777ee94b4b647de09e4 /tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
parent79b1b80f9eecfe2287dc3ea940859999ea4a6e23 (diff)
downloadqt4-tools-b75057bf8943ff67d566132587c8db3941a9cf47.tar.gz
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/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp')
-rw-r--r--tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp b/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
index e70d286842..f0ed00852f 100644
--- a/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
+++ b/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
@@ -1303,6 +1303,7 @@ void tst_QGraphicsProxyWidget::paintEvent()
//make sure we flush all the paint events
QTest::qWait(70);
QTRY_VERIFY(proxy.paintCount > 1);
+ QTest::qWait(70);
proxy.paintCount = 0;
w->update();