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

chug 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 9b45cb9  DISPATCH-1267: increase timeout for failed address resolution
9b45cb9 is described below

commit 9b45cb98bbccb070a285eb5e25ca32d363517c37
Author: Chuck Rolke <c...@apache.org>
AuthorDate: Fri Feb 8 12:03:17 2019 -0500

    DISPATCH-1267: increase timeout for failed address resolution
---
 tests/system_tests_bad_configuration.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system_tests_bad_configuration.py 
b/tests/system_tests_bad_configuration.py
index 9fe0522..d38dbcc 100644
--- a/tests/system_tests_bad_configuration.py
+++ b/tests/system_tests_bad_configuration.py
@@ -69,7 +69,7 @@ class RouterTestBadConfiguration(TestCase):
         TestCase.__init__(self, test_method)
         self.error_caught = False
         self.timer_delay = 1
-        self.max_attempts = 5
+        self.max_attempts = 20
         self.attempts_made = 0
         self.schedule_timer()
 


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

Reply via email to