]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: ospf_gr_helper tests are slow 12470/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 8 Dec 2022 15:25:34 +0000 (10:25 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 8 Dec 2022 19:20:23 +0000 (14:20 -0500)
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>
tests/topotests/ospf_gr_helper/ospf_gr_helper.json

index efd339ef8803227feb0dba52899e4a0c9e7c2b21..b9ca02289d4edbcca5495868afe958690f02316a 100644 (file)
@@ -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
                     }
                 }
             }
         }
     }
-}
\ No newline at end of file
+}