summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-12-08 10:25:34 -0500
committerDonald Sharp <sharpd@nvidia.com>2022-12-08 14:20:23 -0500
commitf47c65ff87c53f2ddb6aa5faa30c9a81490ed2e3 (patch)
tree11be6d9c595c7ba9d04130da43f61530306fdb96
parent71ee1fa3a43028cbc6a745deb9f2c47120372cd5 (diff)
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 <sharpd@nvidia.com>
-rw-r--r--tests/topotests/ospf_gr_helper/ospf_gr_helper.json10
1 files 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
+}