diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-08-30 19:36:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-30 19:36:50 -0400 |
| commit | 8a25bd829a85fbc749364098ccdc7dedf7ed9cf4 (patch) | |
| tree | 4af849766891bd20e43f5d913151b3e3151af0af | |
| parent | 5b3defd939ae4217b95408d5e1fc6e6085a0af10 (diff) | |
| parent | 8d409b8dae11f16667b11dca01fecc7cd0f59d2c (diff) | |
Merge pull request #16702 from FRRouting/mergify/bp/stable/10.1/pr-16687
tests: increase the timeout for packet padding check (backport #16687)
| -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 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 |
