mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Bump ssh retries to prevent false positives of test_loadbalanceNo more false positives after this change. ``` [root@cs1 integration]# cat /tmp//MarvinLogs/test_loadbalance_TR5RJD/results.txt Test to create Load balancing rule with source NAT ... === TestName: test_01_create_lb_rule_src_nat | Status : SUCCESS === ok Test to create Load balancing rule with non source NAT ... === TestName: test_02_create_lb_rule_non_nat | Status : SUCCESS === ok Test for assign & removing load balancing rule ... === TestName: test_assign_and_removal_lb | Status : SUCCESS === ok ---------------------------------------------------------------------- Ran 3 tests in 930.418s OK ``` * pr/1473: bump ssh retries to prevent false positives of test_loadbalance Signed-off-by: Will Stevens <williamstevens@gmail.com>