This is an automated email from the ASF dual-hosted git repository.

gmurthy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new 22689e4  DISPATCH-2028: Send only 100 large messages in the 
MobileAddressMulticastTest. This will give enough time for the test to complete 
even in non Travis environments. This closes #1155.
22689e4 is described below

commit 22689e4f95ae1945e61eec814d3ab3e2d4259f04
Author: Ganesh Murthy <gmur...@apache.org>
AuthorDate: Fri Apr 23 09:51:14 2021 -0400

    DISPATCH-2028: Send only 100 large messages in the 
MobileAddressMulticastTest. This will give enough time for the test to complete 
even in non Travis environments. This closes #1155.
---
 tests/system_tests_edge_router.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system_tests_edge_router.py 
b/tests/system_tests_edge_router.py
index d99664a..b8e48f0 100644
--- a/tests/system_tests_edge_router.py
+++ b/tests/system_tests_edge_router.py
@@ -2500,7 +2500,7 @@ class MobileAddressMulticastTest(MessagingHandler):
         self.receiver3 = None
         self.sender = None
 
-        self.count = 200
+        self.count = 100
         self.n_rcvd1 = 0
         self.n_rcvd2 = 0
         self.n_rcvd3 = 0

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to