Increase pause time in junos integration test (#30740) (#30799)

*  Increase pause time to a value greater
   than persistent connection timeout to clean
   out socket path.
(cherry picked from commit c3d226a739)
pull/30791/merge
Ganesh Nalawade 7 years ago committed by GitHub
parent 2eac554eb4
commit 3680d28e58

@ -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