Increase ansible-test scp retries.

pull/37880/head
Matt Clay 6 years ago
parent 3554e2c2d9
commit 308b0a9772

@ -205,7 +205,7 @@ class ManagePosixCI(object):
:type src: str :type src: str
:type dst: str :type dst: str
""" """
for dummy in range(1, 3): for dummy in range(1, 10):
try: try:
run_command(self.core_ci.args, run_command(self.core_ci.args,
['scp'] + self.ssh_args + ['scp'] + self.ssh_args +

Loading…
Cancel
Save