Skip to content

Commit

Permalink
Increase Windows MSI install timeout to 1200 seconds (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Zhu authored Oct 9, 2020
1 parent 8c402a2 commit 462983c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@

# Attribute to specify timeout in seconds on MSI operations (install/uninstall)
# Default should suffice, but provides a knob in case instances with limited resources timeout.
default['datadog']['windows_msi_timeout'] = 900
default['datadog']['windows_msi_timeout'] = 1200

# Agent installer checksum
# Expected checksum to validate correct agent installer is downloaded (Windows only)
Expand Down

0 comments on commit 462983c

Please sign in to comment.