Skip to content

Commit

Permalink
Merge pull request #12291 from mtnbikenc/fix-1915760
Browse files Browse the repository at this point in the history
Bug 1915760: Increase node ready wait to 10 minutes
  • Loading branch information
openshift-merge-robot committed Feb 3, 2021
2 parents b3ad456 + 118f7ab commit e1b19c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions roles/openshift_node/tasks/apply_machine_config.yml
Expand Up @@ -95,8 +95,8 @@
register: oc_get
until:
- oc_get.stdout == "True"
retries: 36
delay: 5
retries: 30
delay: 20
changed_when: false

rescue:
Expand Down
4 changes: 2 additions & 2 deletions roles/openshift_node/tasks/config.yml
Expand Up @@ -202,8 +202,8 @@
register: oc_get
until:
- oc_get.stdout == "True"
retries: 36
delay: 5
retries: 30
delay: 20
changed_when: false

rescue:
Expand Down

0 comments on commit e1b19c2

Please sign in to comment.