diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-10-01 08:03:26 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-10-01 08:11:51 (GMT) |
commit | 91b58202c089ea8f4e150717cee8dbc40b8f903c (patch) | |
tree | d23fd5c1e0cd38899569f016f516aca15b2c15ec /tests/auto/qwidget | |
parent | ac36357a8aa2a33491d1c308ade0a63a89a6590e (diff) | |
download | Qt-91b58202c089ea8f4e150717cee8dbc40b8f903c.zip Qt-91b58202c089ea8f4e150717cee8dbc40b8f903c.tar.gz Qt-91b58202c089ea8f4e150717cee8dbc40b8f903c.tar.bz2 |
Stabilize tests on X11
Diffstat (limited to 'tests/auto/qwidget')
-rw-r--r-- | tests/auto/qwidget/tst_qwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qwidget/tst_qwidget.cpp b/tests/auto/qwidget/tst_qwidget.cpp index c08d601..94e67a4 100644 --- a/tests/auto/qwidget/tst_qwidget.cpp +++ b/tests/auto/qwidget/tst_qwidget.cpp @@ -8196,7 +8196,7 @@ void tst_QWidget::moveInResizeEvent() testWidget.setGeometry(50, 50, 200, 200); testWidget.show(); QTest::qWaitForWindowShown(&testWidget); - QTest::qWait(10); + QTest::qWait(120); QRect expectedGeometry(100,100, 100, 100); QTRY_COMPARE(testWidget.geometry(), expectedGeometry); |