diff --git a/Regression/bfd-session-down-does-not-trigger-bgp-session-down/test.sh b/Regression/bfd-session-down-does-not-trigger-bgp-session-down/test.sh index 36b7093..f56d0b9 100755 --- a/Regression/bfd-session-down-does-not-trigger-bgp-session-down/test.sh +++ b/Regression/bfd-session-down-does-not-trigger-bgp-session-down/test.sh @@ -124,7 +124,7 @@ rlJournalStart # The shutdown of BFD should set BGP's status to idle. rlRun "vtysh -N vns -c 'conf t' -c 'bfd' -c 'profile foo' -c 'shutdown'" - sleep 5s + sleep 10s rlRun "vtysh -N vns -c 'show bgp neighbors' &> show-bgp-neighbors.log" rlAssertNotGrep "BGP state = Established" show-bgp-neighbors.log rlAssertGrep "BGP state = Idle" show-bgp-neighbors.log