diff options
| -rw-r--r-- | roles/openshift_master_cluster/tasks/configure.yml | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/openshift_master_cluster/tasks/configure.yml b/roles/openshift_master_cluster/tasks/configure.yml index 3510f9f62..8ddc8bfda 100644 --- a/roles/openshift_master_cluster/tasks/configure.yml +++ b/roles/openshift_master_cluster/tasks/configure.yml @@ -40,4 +40,5 @@      host: "{{ openshift_master_cluster_vip }}"      port: 8443      state: started -    timeout: 300 +    timeout: 180 +    delay: 90  | 
