mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-17 19:05:44 +00:00
Merge pull request #16702 from FRRouting/mergify/bp/stable/10.1/pr-16687
tests: increase the timeout for packet padding check (backport #16687)
This commit is contained in:
commit
8a25bd829a
@ -629,7 +629,7 @@ def test_isis_hello_padding_during_adjacency_formation():
|
|||||||
assert result is True, result
|
assert result is True, result
|
||||||
|
|
||||||
|
|
||||||
@retry(retry_timeout=5)
|
@retry(retry_timeout=10)
|
||||||
def check_last_iih_packet_for_padding(router, expect_padding):
|
def check_last_iih_packet_for_padding(router, expect_padding):
|
||||||
logfilename = "{}/{}".format(router.gearlogdir, "isisd.log")
|
logfilename = "{}/{}".format(router.gearlogdir, "isisd.log")
|
||||||
last_hello_packet_line = None
|
last_hello_packet_line = None
|
||||||
|
Loading…
Reference in New Issue
Block a user