Skip to content

Commit b146009

Browse files
committed
python_SUITE: Increase a timeout in test_topic_dest
[Why] This test case fails from time to time in CI. I don't know why as there are no errors logged anywhere. Let's assume it's a timeout a bit too short.
1 parent 94b4a6a commit b146009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_stomp/test/python_SUITE_data/src/x_queue_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_topic_dest(self):
6464
body='Hello World!')
6565

6666
# check if we receive the message from the STOMP subscription
67-
self.assertTrue(self.listener.wait(5), "initial message not received")
67+
self.assertTrue(self.listener.wait(30), "initial message not received")
6868
self.assertEqual(1, len(self.listener.messages))
6969

7070
self.conn.disconnect()

0 commit comments

Comments
 (0)