diff -r 1591614dbf89 -r 31a1a9e11046 ganeswidgets/tsrc/unit/hbautotest.cpp --- a/ganeswidgets/tsrc/unit/hbautotest.cpp Fri Sep 17 08:35:50 2010 +0300 +++ b/ganeswidgets/tsrc/unit/hbautotest.cpp Mon Oct 04 02:07:13 2010 +0300 @@ -171,6 +171,12 @@ qApp->notify((window->viewport()), &me2); QCoreApplication::sendPostedEvents(); + if (delay!=-1) { + QTest::qWait(delay); + } + if (delay!=-1) { + QTest::qWait(delay); + } QTest::qWait(1); QTest::qWait(1); }