From f47c65ff87c53f2ddb6aa5faa30c9a81490ed2e3 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 8 Dec 2022 10:25:34 -0500 Subject: [PATCH] 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 --- tests/topotests/ospf_gr_helper/ospf_gr_helper.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 +} -- 2.39.5