Skip to content

Commit

Permalink
b/374639328 openconfig#3 30 sec delay added for bgp and isis to come …
Browse files Browse the repository at this point in the history
  • Loading branch information
nsadhasivam authored Oct 30, 2024
1 parent 63a162a commit d4c51f0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ func TestAdminDistance(t *testing.T) {
otgutils.WaitForARP(t, ts.ATE.OTG(), ts.ATETop, "IPv4")
otgutils.WaitForARP(t, ts.ATE.OTG(), ts.ATETop, "IPv6")

// b/374639328 #3 30 sec delay added for bgp and isis to come up
time.Sleep(30 * time.Second)
ts.ATE.OTG().StartTraffic(t)
// added 30 seconds for sleep for traffic flow
time.Sleep(30 * time.Second)
Expand Down

0 comments on commit d4c51f0

Please sign in to comment.