diff --git a/ansible/roles/test/tasks/dhcp_relay.yml b/ansible/roles/test/tasks/dhcp_relay.yml index 1def1fd4d21..435af1dd365 100644 --- a/ansible/roles/test/tasks/dhcp_relay.yml +++ b/ansible/roles/test/tasks/dhcp_relay.yml @@ -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: @@ -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: