diff -r 1ef5359bf0f4 -r a10844a9914d ganeswidgets/tsrc/unit/hbautotest.cpp --- a/ganeswidgets/tsrc/unit/hbautotest.cpp Fri Sep 03 10:22:04 2010 +0300 +++ b/ganeswidgets/tsrc/unit/hbautotest.cpp Fri Sep 17 15:55:58 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); }