Skip to content

Commit

Permalink
Merge pull request #16702 from FRRouting/mergify/bp/stable/10.1/pr-16687
Browse files Browse the repository at this point in the history
tests: increase the timeout for packet padding check (backport #16687)
  • Loading branch information
donaldsharp authored Aug 30, 2024
2 parents 5b3defd + 8d409b8 commit 8a25bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/topotests/isis_topo1/test_isis_topo1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a25bd8

Please sign in to comment.