Merge "pacemaker - increase timeout - some envs take longer to recover"

This commit is contained in:
Zuul 2020-07-27 22:04:02 +00:00 committed by Gerrit Code Review
commit 334d0370fd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def get_random_controller_ssh_client():
return controller_node.ssh_client
def get_pcs_resources_table(timeout=360, interval=2):
def get_pcs_resources_table(timeout=720, interval=2):
"""
get pcs status from a controller and parse it
to have it's resources states in check