From c4188c74be8227ef7e5f8dcc899740b723ccbed4 Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Thu, 4 Apr 2024 12:57:07 -0400 Subject: [PATCH] tests: increase topotest wait time for bfd convergence Increase the wait time in a bfd topotest; failing frequently in the CI runs. Signed-off-by: Mark Stapp --- tests/topotests/bfd_topo3/test_bfd_topo3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/bfd_topo3/test_bfd_topo3.py b/tests/topotests/bfd_topo3/test_bfd_topo3.py index f767b0e7b99b..d7b2542f9ffd 100644 --- a/tests/topotests/bfd_topo3/test_bfd_topo3.py +++ b/tests/topotests/bfd_topo3/test_bfd_topo3.py @@ -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