fuzzer: Add a 50ms delay, make the window manager happier

This commit is contained in:
Sergio Martins
2019-10-13 18:09:13 +01:00
parent 0ca0ad492b
commit e5b5885892

View File

@@ -87,7 +87,7 @@ void Fuzzer::runTest(const Test &test)
createLayout(test.initialLayout);
for (const auto &op : test.operations) {
op->execute();
//QTest::qWait(1000);
QTest::qWait(50);
}
for (MainWindowBase *mw : DockRegistry::self()->mainwindows())