Skip to content

Commit

Permalink
Increase time out for waiting Linux GOSC finished message (#512)
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Zhang <[email protected]>
  • Loading branch information
keirazhang authored Nov 14, 2023
1 parent 9da9b83 commit 3a51732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/guest_customization/wait_gosc_complete_msg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- name: "Set the time out seconds to wait for GOSC completed message"
ansible.builtin.set_fact:
wait_gosc_msg_timeout: "{{ wait_gosc_msg_timeout | default(100) }}"
wait_gosc_msg_timeout: "{{ wait_gosc_msg_timeout | default(300) }}"

- name: "Wait for '{{ wait_gosc_msg_regexp }}' present in {{ wait_gosc_log_file }}"
community.vmware.vmware_vm_shell:
Expand Down

0 comments on commit 3a51732

Please sign in to comment.