fuzzer: Add a 50ms delay, make the window manager happier
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user