Repository: qpid-dispatch Updated Branches: refs/heads/master 5340c545f -> 38601a916
NO-JIRA - Increased maximum number of attempts from 3 to 5 to give some extra time for slower systems Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/38601a91 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/38601a91 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/38601a91 Branch: refs/heads/master Commit: 38601a916847826b7169c68930e85eeeb40d6c50 Parents: 5340c54 Author: Ganesh Murthy <[email protected]> Authored: Fri Apr 20 09:48:47 2018 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Fri Apr 20 09:48:47 2018 -0400 ---------------------------------------------------------------------- tests/system_tests_bad_configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/38601a91/tests/system_tests_bad_configuration.py ---------------------------------------------------------------------- diff --git a/tests/system_tests_bad_configuration.py b/tests/system_tests_bad_configuration.py index 2af509a..1b9ecf0 100644 --- a/tests/system_tests_bad_configuration.py +++ b/tests/system_tests_bad_configuration.py @@ -63,7 +63,7 @@ class RouterTestBadConfiguration(TestCase): TestCase.__init__(self, test_method) self.error_caught = False self.timer_delay = 1 - self.max_attempts = 3 + self.max_attempts = 5 self.attempts_made = 0 self.schedule_timer() --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
