Increase allowed data races
What does this MR do?
Increase allowed data races
Why was this MR needed?
As specified in !1770 (comment 358580107) we are seeing new flaky data race tests which sometimes fail and sometimes doesn't.
Using the count of data race is becoming problematic to find out which test failed and if it's actually a failure in the engineer merge request, this should be fixed in #26048
What are the relevant issue numbers?
- Investigated in !1770 (comment 358580107)