[autotests] Fix quick tile autotest race condition
We send two async actions via another process We do a wait for one We check that we received two events
This is racey. QTRY_COMPARE can allow both events to arrive separately.
We send two async actions via another process We do a wait for one We check that we received two events
This is racey. QTRY_COMPARE can allow both events to arrive separately.