Skip to content

Commit

Permalink
Update flaky test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsanabbas123 committed Nov 3, 2023
1 parent edda642 commit ccc0050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/integration/rmqapitests/consumer_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_consume_n_messages(self):
assert response["routed"] is True

if not self.wait_for_message_consumption(
qname, 10, success_on_queue_delete=True
qname, count=10, timeout=120, success_on_queue_delete=True
):
pytest.fail("Consumer is not able to consume the message.")

Expand Down

0 comments on commit ccc0050

Please sign in to comment.