Skip to content

Commit

Permalink
Merge pull request #104 from abays/add_missing_sec
Browse files Browse the repository at this point in the history
Add missing 's' to timeout in automation file
  • Loading branch information
leifmadsen authored Feb 15, 2024
2 parents 6e54350 + b01a801 commit 191c852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/vars/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ vas:
oc -n openstack wait nncp
-l osp/nncm-config-type=standard
--for jsonpath='{.status.conditions[0].reason}'=SuccessfullyConfigured
--timeout=60
--timeout=60s
values:
- name: network-values
src_file: values.yaml
Expand Down

0 comments on commit 191c852

Please sign in to comment.