Increase ansible-test scp retries.

This commit is contained in:
Matt Clay 2018-03-24 03:43:26 -07:00
parent 3554e2c2d9
commit 308b0a9772

View file

@ -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 +