Merge pull request #16687 from Jafaral/isis-test-fix

tests: increase the timeout for packet padding check
This commit is contained in:
Donald Sharp 2024-08-29 15:10:54 -04:00 committed by GitHub
commit c0f4972432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -623,7 +623,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