summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmenu
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-05-20 12:26:11 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2010-05-20 12:28:41 +0200
commit76fcf30c0f275a7c9f9752b1be5cb1d5ba98d9b6 (patch)
tree9161e013970cfdfd497aafad0440c629cf813a98 /tests/auto/qmenu
parentd1d8df1076fe7884056798e1974a299ab9d7684e (diff)
Autotest fix on macosx
Diffstat (limited to 'tests/auto/qmenu')
-rw-r--r--tests/auto/qmenu/tst_qmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmenu/tst_qmenu.cpp b/tests/auto/qmenu/tst_qmenu.cpp
index c8dc5161bf..b6bdb36a96 100644
--- a/tests/auto/qmenu/tst_qmenu.cpp
+++ b/tests/auto/qmenu/tst_qmenu.cpp
@@ -988,7 +988,7 @@ public:
popup(QPoint());
QTest::qWaitForWindowShown(this);
setActiveAction(dialogActions[index]);
- QTimer::singleShot(0, this, SLOT(checkVisibility()));
+ QTimer::singleShot(500, this, SLOT(checkVisibility()));
QTest::keyClick(this, Qt::Key_Enter); //activation
}