]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: increase topotest wait time for bfd convergence 15682/head
authorMark Stapp <mjs@cisco.com>
Thu, 4 Apr 2024 16:57:07 +0000 (12:57 -0400)
committerMark Stapp <mjs@cisco.com>
Thu, 4 Apr 2024 16:57:07 +0000 (12:57 -0400)
Increase the wait time in a bfd topotest; failing frequently
in the CI runs.

Signed-off-by: Mark Stapp <mjs@cisco.com>
tests/topotests/bfd_topo3/test_bfd_topo3.py

index f767b0e7b99b18600d72e7ec934d8d1da7f2361f..d7b2542f9ffd66afb4d66124ef5dd40285a94608 100644 (file)
@@ -189,7 +189,7 @@ def test_wait_bfd_convergence():
             "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