diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2021-10-25 00:53:49 +0200 |
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2021-10-25 00:53:49 +0200 |
| commit | f641623151bf1a82c978f99575e4c658f5cae90d (patch) | |
| tree | 3e889c4d33c08509033bc232b35aa7de7af9f539 | |
| parent | cbdf0306139d64f3967e8f8ba321a39f32281b56 (diff) | |
tests: Fix frequent failure of ospf_gr_topo1 on slower systems
Test doesn't wait long enough when it checks the routers after
restart. On slower systems, it frequently failed as it ran out
of time
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| -rwxr-xr-x | tests/topotests/ospf_gr_topo1/test_ospf_gr_topo1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/ospf_gr_topo1/test_ospf_gr_topo1.py b/tests/topotests/ospf_gr_topo1/test_ospf_gr_topo1.py index 3e3bf5cb8c..debf7ad766 100755 --- a/tests/topotests/ospf_gr_topo1/test_ospf_gr_topo1.py +++ b/tests/topotests/ospf_gr_topo1/test_ospf_gr_topo1.py @@ -231,7 +231,7 @@ def check_routers(initial_convergence=False, exiting=None, restarting=None): tries = 240 else: if restarting != None: - tries = 40 + tries = 60 else: tries = 1 router_compare_json_output( |
