Kaydet (Commit) a2e670df authored tarafından Markus Mohrhard's avatar Markus Mohrhard

UI Test idle needs to run with highes priority

regression from 00aa0892

Change-Id: I840391573ae52be6ba4a34b2a802b637578afa40
üst 0686abc1
......@@ -119,7 +119,7 @@ void SAL_CALL UIObjectUnoObj::executeAction(const OUString& rAction, const css::
mReady = false;
auto aIdle = o3tl::make_unique<Idle>();
aIdle->SetDebugName("UI Test Idle Handler");
aIdle->SetPriority(TaskPriority::DEFAULT);
aIdle->SetPriority(TaskPriority::HIGHEST);
std::function<void()> func = [this](){
......
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