Skip to content

Commit ccc0050

Browse files
committed
Update flaky test timeout
1 parent edda642 commit ccc0050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/integration/rmqapitests/consumer_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_consume_n_messages(self):
6969
assert response["routed"] is True
7070

7171
if not self.wait_for_message_consumption(
72-
qname, 10, success_on_queue_delete=True
72+
qname, count=10, timeout=120, success_on_queue_delete=True
7373
):
7474
pytest.fail("Consumer is not able to consume the message.")
7575

0 commit comments

Comments
 (0)