summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2024-08-30 19:36:50 -0400
committerGitHub <noreply@github.com>2024-08-30 19:36:50 -0400
commit8a25bd829a85fbc749364098ccdc7dedf7ed9cf4 (patch)
tree4af849766891bd20e43f5d913151b3e3151af0af
parent5b3defd939ae4217b95408d5e1fc6e6085a0af10 (diff)
parent8d409b8dae11f16667b11dca01fecc7cd0f59d2c (diff)
Merge pull request #16702 from FRRouting/mergify/bp/stable/10.1/pr-16687
tests: increase the timeout for packet padding check (backport #16687)
-rw-r--r--tests/topotests/isis_topo1/test_isis_topo1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/isis_topo1/test_isis_topo1.py b/tests/topotests/isis_topo1/test_isis_topo1.py
index b388f52bd9..b629757d3a 100644
--- a/tests/topotests/isis_topo1/test_isis_topo1.py
+++ b/tests/topotests/isis_topo1/test_isis_topo1.py
@@ -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