From commits-return-46155-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Tue Jul 10 15:10:45 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B0BE2180634 for ; Tue, 10 Jul 2018 15:10:44 +0200 (CEST) Received: (qmail 52280 invoked by uid 500); 10 Jul 2018 13:10:43 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 52271 invoked by uid 99); 10 Jul 2018 13:10:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2018 13:10:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AE6F3DFAD1; Tue, 10 Jul 2018 13:10:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gmurthy@apache.org To: commits@qpid.apache.org Message-Id: <8fe7e9e2b36e4dacb4422471003748e6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: qpid-dispatch git commit: DISPATCH-1008 - Increased the number of attempts to check for connector to 10 so that slower systems will not fail Date: Tue, 10 Jul 2018 13:10:43 +0000 (UTC) Repository: qpid-dispatch Updated Branches: refs/heads/master d9c747d49 -> 95ef612cc DISPATCH-1008 - Increased the number of attempts to check for connector to 10 so that slower systems will not fail Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/95ef612c Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/95ef612c Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/95ef612c Branch: refs/heads/master Commit: 95ef612ccb848b3050ab882e5ebb6cebdb763f08 Parents: d9c747d Author: Ganesh Murthy Authored: Tue Jul 10 09:10:26 2018 -0400 Committer: Ganesh Murthy Committed: Tue Jul 10 09:10:26 2018 -0400 ---------------------------------------------------------------------- tests/system_tests_handle_failover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/95ef612c/tests/system_tests_handle_failover.py ---------------------------------------------------------------------- diff --git a/tests/system_tests_handle_failover.py b/tests/system_tests_handle_failover.py index 9281290..97d7a23 100644 --- a/tests/system_tests_handle_failover.py +++ b/tests/system_tests_handle_failover.py @@ -94,7 +94,7 @@ class FailoverTest(TestCase): TestCase.__init__(self, test_method) self.success = False self.timer_delay = 2 - self.max_attempts = 5 + self.max_attempts = 10 self.attempts = 0 def address(self): --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org