Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions ansible/roles/test/tasks/dhcp_relay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@
shell: systemctl restart teamd
become: yes

- name: sleep 60 seconds for lag and bgp to come up
pause: seconds=60
- name: Sleep to allow time for LAG and BGP to come up
pause:
seconds: 90

- include: ptf_runner.yml
vars:
Expand Down Expand Up @@ -84,8 +85,9 @@
shell: systemctl start teamd
become: yes

- name: sleep 60 seconds for lag and bgp to come up
pause: seconds=60
- name: Sleep to allow time for LAG and BGP to come up
pause:
seconds: 90

- include: ptf_runner.yml
vars:
Expand Down