Merge pull request #18982 from anton-potapov:sole_tbb_executor_async_test

pull/18977/head
Alexander Alekhin 4 years ago
commit 6f5af6eb42
  1. 2
      modules/gapi/test/executor/gtbbexecutor_internal_tests.cpp

@ -95,9 +95,9 @@ TEST(TBBExecutor, AsyncBasic) {
if (!slept) {
std::this_thread::sleep_for(std::chrono::milliseconds(1));
}
callback();
callback_called = true;
master_was_blocked_until_callback_called = (master_is_waiting == true);
callback();
});
auto async_task_body = [&](std::function<void()>&& cb, size_t /*total_order_index*/) {

Loading…
Cancel
Save