From: Donald Sharp Date: Thu, 8 Dec 2022 15:25:34 +0000 (-0500) Subject: tests: ospf_gr_helper tests are slow X-Git-Tag: base_8.5~167^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f47c65ff87c53f2ddb6aa5faa30c9a81490ed2e3;p=mirror%2Ffrr.git tests: ospf_gr_helper tests are slow With a dead interval of 40 seconds, each tests is waiting 40+ seconds for ospf convergence to occurr because the DR is re-elected Signed-off-by: Donald Sharp --- diff --git a/tests/topotests/ospf_gr_helper/ospf_gr_helper.json b/tests/topotests/ospf_gr_helper/ospf_gr_helper.json index efd339ef88..b9ca02289d 100644 --- a/tests/topotests/ospf_gr_helper/ospf_gr_helper.json +++ b/tests/topotests/ospf_gr_helper/ospf_gr_helper.json @@ -17,7 +17,7 @@ "ospf": { "area": "0.0.0.0", "hello_interval": 1, - "dead_interval": 40, + "dead_interval": 4, "priority": 98 } }, @@ -26,7 +26,7 @@ "ospf": { "area": "0.0.0.0", "hello_interval": 1, - "dead_interval": 40, + "dead_interval": 4, "priority": 99 } }, @@ -35,7 +35,7 @@ "ospf": { "area": "0.0.0.0", "hello_interval": 1, - "dead_interval": 40, + "dead_interval": 4, "priority": 0 } }, @@ -44,7 +44,7 @@ "ospf": { "area": "0.0.0.0", "hello_interval": 1, - "dead_interval": 40, + "dead_interval": 4, "priority": 0 } } @@ -116,4 +116,4 @@ } } } -} \ No newline at end of file +}