ci(molecule): bump server alive interval
diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml
index fd58335..28623ad 100644
--- a/molecule/default/molecule.yml
+++ b/molecule/default/molecule.yml
@@ -44,7 +44,7 @@
config_options:
ssh_connection:
pipelining: true
- ssh_args: -o ControlMaster=auto -o ControlPersist=270s -o ServerAliveInterval=30 -o GSSAPIAuthentication=no
+ ssh_args: -o ControlMaster=auto -o ControlPersist=270s -o ServerAliveInterval=15 -o GSSAPIAuthentication=no
inventory:
links:
host_vars: "${MOLECULE_SCENARIO_DIRECTORY}/host_vars"