Skip to content

Commit

Permalink
change timeout to 10 mins (#3525)
Browse files Browse the repository at this point in the history
  • Loading branch information
hguerrero authored Mar 17, 2021
1 parent da0fb52 commit 22a8cfd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
vars:
_query: >-
[?starts_with(spec.clusterServiceVersionNames[0], '{{ working_csv_name }}')]
retries: 30
delay: 5
retries: 60
delay: 10
until:
- r_install_plans.resources | length > 0
- r_install_plans.resources | to_json | from_json | json_query(_query)
Expand Down

0 comments on commit 22a8cfd

Please sign in to comment.