diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-08-30 19:37:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-30 19:37:11 -0400 |
| commit | 543e134358b5e1b2f2dde43f95dd6e6dc0d0cb2c (patch) | |
| tree | 23e0d46ff40507810a46c95459704c56935697ae | |
| parent | 928430a533c634db3bbb5d9d84bcd29d2d244bc8 (diff) | |
| parent | 6d4dcbb674127c65c0fc48011c5a4a240205d48c (diff) | |
Merge pull request #16703 from FRRouting/mergify/bp/stable/10.0/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 532e70859c..4dd1e60e42 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 |
