Skip to content

Commit

Permalink
Fix Bug #18141 : prtdiag timeout too low for large Solaris systems
Browse files Browse the repository at this point in the history
  • Loading branch information
adedommelin committed Jul 13, 2013
1 parent b3ab1b8 commit d82f695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facter/virtual.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
next "zone" if Facter::Util::Virtual.zone?

resolver = Facter::Util::Resolution.new('prtdiag')
resolver.timeout = 6
resolver.timeout = 12
resolver.setcode('prtdiag')
output = resolver.value
Facter::Util::Virtual.parse_virtualization(output)
Expand Down

0 comments on commit d82f695

Please sign in to comment.