Merge pull request #9877 from opensourcerouting/ospf_gr_topo1-fix

tests: Fix frequent failure of ospf_gr_topo1 on slower systems
This commit is contained in:
Donald Sharp 2021-10-25 07:00:19 -04:00 committed by GitHub
commit b793d3ce71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,7 @@ def check_routers(initial_convergence=False, exiting=None, restarting=None):
tries = 240 tries = 240
else: else:
if restarting != None: if restarting != None:
tries = 40 tries = 60
else: else:
tries = 1 tries = 1
router_compare_json_output( router_compare_json_output(