summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2024-08-29 11:40:50 -0500
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-08-30 20:31:21 +0000
commit8d409b8dae11f16667b11dca01fecc7cd0f59d2c (patch)
treecd5c3fc17d36ae3db142742001e3ddb59a33baf7
parent6d7a869d8256dc0ebe1f990f1fed8030036dc789 (diff)
tests: increase the timeout for packet padding check
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com> (cherry picked from commit 5752fc86ee878417584664a7e90eb2eb74c92fe9)
-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