diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-08-29 15:10:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-29 15:10:54 -0400 |
| commit | c0f49724327fd858ed28df9c02c17e2af4b3fe4c (patch) | |
| tree | 2cbca22bda263af8fe67feb301bd922c2515de72 | |
| parent | 77e1a26faa3c153abf6a8abb858f435914b62625 (diff) | |
| parent | 5752fc86ee878417584664a7e90eb2eb74c92fe9 (diff) | |
Merge pull request #16687 from Jafaral/isis-test-fix
tests: increase the timeout for packet padding check
| -rw-r--r-- | tests/topotests/isis_topo1/test_isis_topo1.py | 2 |
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 a574f43d89..1cec2f16f0 100644 --- a/tests/topotests/isis_topo1/test_isis_topo1.py +++ b/tests/topotests/isis_topo1/test_isis_topo1.py @@ -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 |
