Skip to content

[autotests] Fix quick tile autotest race condition

David Edmundson requested to merge work/fix_tiling_unit into master

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.

Merge request reports