summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-10-02 07:47:16 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2009-10-02 07:47:16 (GMT)
commitf51b454100b4145350617ab3ff13bbf596deb2dc (patch)
treec1aa19201f57091c638c28d9ac9173f990c9b02e /tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
parentea6d4e94c802f648e296eec0bde1661728d82024 (diff)
downloadQt-f51b454100b4145350617ab3ff13bbf596deb2dc.zip
Qt-f51b454100b4145350617ab3ff13bbf596deb2dc.tar.gz
Qt-f51b454100b4145350617ab3ff13bbf596deb2dc.tar.bz2
Stabilize tests on X11
Diffstat (limited to 'tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp')
-rw-r--r--tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp b/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
index f0ed008..76e7202 100644
--- a/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
+++ b/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
@@ -1296,7 +1296,7 @@ void tst_QGraphicsProxyWidget::paintEvent()
w->show();
QTest::qWaitForWindowShown(w);
QApplication::processEvents();
-
+ QTest::qWait(50);
proxy.setWidget(w);
scene.addItem(&proxy);