Skip to content

Commit

Permalink
Merge pull request FRRouting#15682 from mjstapp/fix_topo_bfd_convergence
Browse files Browse the repository at this point in the history
tests: increase topotest wait time for bfd convergence
  • Loading branch information
ton31337 authored Apr 5, 2024
2 parents 029940c + c4188c7 commit 925d780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/topotests/bfd_topo3/test_bfd_topo3.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def expect_bfd_configuration(router):
"show bfd peers json",
bfd_config,
)
_, result = topotest.run_and_expect(test_func, None, count=130, wait=1)
_, result = topotest.run_and_expect(test_func, None, count=200, wait=1)
assertmsg = '"{}" BFD configuration failure'.format(router)
assert result is None, assertmsg

Expand Down

0 comments on commit 925d780

Please sign in to comment.