Increase pause time in junos integration test (#30740)
* Increase pause time to a value greater than persistent connection timeout to clean out socket path.
This commit is contained in:
parent
320e915a27
commit
c3d226a739
2 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue