You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2019/01/02 16:50:42 UTC

[qpid-dispatch] branch master updated: NO-JIRA - Added increased delay to look for address

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4503c7d  NO-JIRA - Added increased delay to look for address
4503c7d is described below

commit 4503c7d9bab623c15e3feb73697e06e05fffb45f
Author: Ganesh Murthy <gm...@redhat.com>
AuthorDate: Wed Jan 2 11:36:08 2019 -0500

    NO-JIRA - Added increased delay to look for address
---
 tests/system_tests_global_delivery_counts.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system_tests_global_delivery_counts.py b/tests/system_tests_global_delivery_counts.py
index 932f401..7ab1a58 100644
--- a/tests/system_tests_global_delivery_counts.py
+++ b/tests/system_tests_global_delivery_counts.py
@@ -222,7 +222,7 @@ class LinkRouteIngressEgressTransitTest(TestCase):
         # to settle
         cls.routers[2].wait_router_connected('QDR.B')
         cls.routers[1].wait_router_connected('QDR.C')
-        cls.routers[2].wait_address("pulp.task", remotes=1, delay=0.5)
+        cls.routers[2].wait_address("pulp.task", remotes=1, delay=3)
 
         # This is not a classic router network in the sense that QDR.A and D are acting as brokers. We allow a little
         # bit more time for the routers to stabilize.


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