Skip to content

Use wait_for_requests instead of sleep 0.3

Rémy Coutable requested to merge 33564-fix-flaky-test into master

What does this MR do?

This should fix an intermittent failure by replacing a sleep 0.3 with a more proper wait_for_requests.

Closes #33564 (closed)

Merge request reports