Skip to content

Commit b32c056

Browse files
committed
bump ssh retries to prevent false positives of test_loadbalance
1 parent ef115ab commit b32c056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/smoke/test_loadbalance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def try_ssh(self, ip_addr, unameCmd):
134134
self.services['lbrule']["publicport"],
135135
self.vm_1.username,
136136
self.vm_1.password,
137-
retries=5
137+
retries=10
138138
)
139139
unameCmd.append(ssh_1.execute("uname")[0])
140140
self.debug(unameCmd)

0 commit comments

Comments
 (0)