]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: increase the timeout for packet padding check
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Thu, 29 Aug 2024 16:40:50 +0000 (11:40 -0500)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Fri, 30 Aug 2024 20:31:59 +0000 (20:31 +0000)
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
(cherry picked from commit 5752fc86ee878417584664a7e90eb2eb74c92fe9)

tests/topotests/isis_topo1/test_isis_topo1.py

index 532e70859c34cfec2abe7ccb77feee94d5676c2a..4dd1e60e42decde2bf16f69915a5b55812b9330d 100644 (file)
@@ -629,7 +629,7 @@ def test_isis_hello_padding_during_adjacency_formation():
     assert result is True, result
 
 
-@retry(retry_timeout=5)
+@retry(retry_timeout=10)
 def check_last_iih_packet_for_padding(router, expect_padding):
     logfilename = "{}/{}".format(router.gearlogdir, "isisd.log")
     last_hello_packet_line = None