Use Utils::runAsync instead of QtConcurrent::run
QtConcurrent has the issue that it uses a globally shared thread pool,
with no finer granularity for simulataneous tasks.
Create an explicit event loop for the test runner for that.
Change-Id: Idcf2f125e111d94a5a60e5b136fd875225326e14
Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
Please register or sign in to comment