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 0415c1c DISPATCH-1408 - Increased timeout between address checks.
This will allow time for address propagation
0415c1c is described below
commit 0415c1ca25affd7d1569177e16977366af2c0456
Author: Ganesh Murthy <[email protected]>
AuthorDate: Thu Oct 24 10:13:14 2019 -0400
DISPATCH-1408 - Increased timeout between address checks. This will allow
time for address propagation
---
tests/system_tests_distribution.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/system_tests_distribution.py
b/tests/system_tests_distribution.py
index 93495bc..4198830 100644
--- a/tests/system_tests_distribution.py
+++ b/tests/system_tests_distribution.py
@@ -2382,7 +2382,7 @@ class ClosestTest ( MessagingHandler ):
else:
# If the latest check did not find the link-attack route
ready,
# schedule another check a little while from now.
- self.addr_check_timer = event.reactor.schedule(0.25,
AddressCheckerTimeout(self))
+ self.addr_check_timer = event.reactor.schedule(3,
AddressCheckerTimeout(self))
else:
if response.status_code == 200 and response.subscriberCount ==
0 and response.remoteCount == 1:
if not self.m_sent_3:
@@ -2402,7 +2402,7 @@ class ClosestTest ( MessagingHandler ):
else:
# If the latest check did not find the link-attack route
ready,
# schedule another check a little while from now.
- self.addr_check_timer = event.reactor.schedule(0.25,
+ self.addr_check_timer = event.reactor.schedule(3,
AddressCheckerTimeout(
self))
else :
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]