Fixed flaky integration test: test_publish_requeue_consume() (#2048)

This commit is contained in:
Tomer Nosrati 2024-07-01 18:25:31 +03:00 committed by GitHub
parent 5218099cb1
commit 35a5f0a6cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -410,6 +410,8 @@ class BasePriority:
serializer='pickle',
priority=prio_max
)
# Sleep to make sure that queue sorted based on priority
sleep(0.5)
with consumer:
conn.drain_events(timeout=1)