Skip to content

Commit 4b4fc49

Browse files
committed
Increase ControlPersist timeout to 300 seconds
This ControlPersist socket periodically closing seems to be the cause of intermittent MODULE FAULIRE, happening sometimes in downstream CI. Increase the timeout to make this less likely to happen. See ansible/ansible#78344 OSPRH-15947
1 parent 342f5e2 commit 4b4fc49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ inventory = inventory.yml
1616
pipelining = True
1717
any_errors_fatal = True
1818
[ssh_connection]
19-
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
19+
ssh_args = -o ControlMaster=auto -o ControlPersist=300

0 commit comments

Comments
 (0)