File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
deps/rabbitmq_stomp/test/python_SUITE_data/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def test_exchange_dest(self):
3636 body = 'Hello World!' )
3737
3838 # check if we receive the message from the STOMP subscription
39- self .assertTrue (self .listener .wait (2 ), "initial message not received" )
39+ self .assertTrue (self .listener .wait (5 ), "initial message not received" )
4040 self .assertEqual (1 , len (self .listener .messages ))
4141
4242 self .conn .disconnect ()
@@ -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 (2 ), "initial message not received" )
67+ self .assertTrue (self .listener .wait (5 ), "initial message not received" )
6868 self .assertEqual (1 , len (self .listener .messages ))
6969
7070 self .conn .disconnect ()
@@ -76,4 +76,4 @@ def test_topic_dest(self):
7676 modules = [
7777 __name__
7878 ]
79- test_runner .run_unittests (modules )
79+ test_runner .run_unittests (modules )
You can’t perform that action at this time.
0 commit comments