Commit 8abf00c6 authored by DoinLakeFlyer's avatar DoinLakeFlyer

parent a8afb22b
...@@ -136,9 +136,6 @@ void UnitTest::cleanup(void) ...@@ -136,9 +136,6 @@ void UnitTest::cleanup(void)
_disconnectMockLink(); _disconnectMockLink();
_closeMainWindow(); _closeMainWindow();
// We add a slight delay here to allow for deleteLater and Qml cleanup
QTest::qWait(200);
// Keep in mind that any code below these QCOMPARE may be skipped if the compare fails // Keep in mind that any code below these QCOMPARE may be skipped if the compare fails
if (_expectMissedMessageBox) { if (_expectMissedMessageBox) {
QEXPECT_FAIL("", "Expecting failure due internal testing", Continue); QEXPECT_FAIL("", "Expecting failure due internal testing", Continue);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment