mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user