Increase pause time in junos integration test (#30740)

*  Increase pause time to a value greater
   than persistent connection timeout to clean
   out socket path.
pull/30708/head
Ganesh Nalawade 7 years ago committed by GitHub
parent 320e915a27
commit c3d226a739

@ -31,7 +31,7 @@
- name: wait for persistent socket to timeout, this ensures new socket creation with connection type netconf
pause:
seconds: 30
seconds: 120
- name: Ensure we can communicate over 22
junos_command:
@ -55,7 +55,7 @@
- name: wait for persistent socket to timeout, this ensures new socket creation with connection type netconf
pause:
seconds: 30
seconds: 120
- name: Set back netconf to default port
junos_netconf:

@ -45,7 +45,7 @@
- name: wait for persistent socket to timeout
pause:
seconds: 30
seconds: 120
- name: Ensure we can NOT talk via netconf
junos_command:

Loading…
Cancel
Save