Author: arkurth
Date: Fri Apr 2 14:51:42 2010
New Revision: 930286
URL: http://svn.apache.org/viewvc?rev=930286&view=rev
Log:
VCL-301
Increased the amount of time to wait for the computer to become unresponsive in
Windows/Version_6.pm run_sysprep() from 5 minutes to 12.
Modified:
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm
Modified:
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm?rev=930286&r1=930285&r2=930286&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm
(original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm
Fri Apr 2 14:51:42 2010
@@ -1538,8 +1538,8 @@ EOF
return 0;
}
- # Wait maximum of 5 minutes for the computer to become unresponsive
- if (!$self->wait_for_no_ping(300)) {
+ # Wait maximum of 12 minutes for the computer to become unresponsive
+ if (!$self->wait_for_no_ping(720)) {
# Computer never stopped responding to ping
notify($ERRORS{'WARNING'}, 0, "$computer_node_name never became
unresponsive to ping");
return 0;