Increase ansible-test scp retries.
This commit is contained in:
parent
3554e2c2d9
commit
308b0a9772
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue