Skip to content

Commit

Permalink
Merge "Increasing the retries when checking for BGP session. One of t…
Browse files Browse the repository at this point in the history
…he control-nodes in the sanity setup takes longer to Establish peering with MX."
  • Loading branch information
Zuul v3 CI authored and opencontrail-ci-admin committed Jun 15, 2018
2 parents 5c52344 + abbcf0c commit 2c43fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/control_node.py
Expand Up @@ -168,7 +168,7 @@ def is_cn_present(self, router_ip):
return result
# end is_cn_present

@retry(delay=5, tries=6)
@retry(delay=5, tries=12)
def verify_peer_in_control_nodes(self):
"""
Check the configured control node has any peer and if so the state is Established.
Expand Down

0 comments on commit 2c43fd7

Please sign in to comment.