mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Increase ansible-test scp retries.
This commit is contained in:
@@ -205,7 +205,7 @@ class ManagePosixCI(object):
|
||||
:type src: str
|
||||
:type dst: str
|
||||
"""
|
||||
for dummy in range(1, 3):
|
||||
for dummy in range(1, 10):
|
||||
try:
|
||||
run_command(self.core_ci.args,
|
||||
['scp'] + self.ssh_args +
|
||||
|
||||
Reference in New Issue
Block a user