Skip to content

Commit

Permalink
Increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ABHISHEK-SINHA10 committed Jan 23, 2025
1 parent cbf4c61 commit af61aeb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
body: {"JobID": "JID_CLEARALL"}
return_content: true
force_basic_auth: true
timeout: "{{ https_timeout }}"
timeout: "60"
check_mode: false
register: idrac_storage_controller_result
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
password: "{{ lookup('ansible.builtin.env', 'IDRAC_PASSWORD') }}"
validate_certs: false
https_port: 443
https_timeout: 30
https_timeout: 60
reset_type: "On"
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
body: {"JobID": "JID_CLEARALL"}
return_content: true
force_basic_auth: true
timeout: "{{ https_timeout }}"
timeout: "60"
check_mode: false
register: idrac_storage_controller_result
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
password: "{{ lookup('ansible.builtin.env', 'IDRAC_PASSWORD') }}"
validate_certs: false
https_port: 443
https_timeout: 30
https_timeout: 60
reset_type: "On"

0 comments on commit af61aeb

Please sign in to comment.