Increased connect timeout from 15 to 30 seconds - Line #71

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@910 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2008-03-27 14:04:20 +00:00
parent c671ceee05
commit 597472d2e0

View File

@ -68,7 +68,7 @@ sub connect {
my $verbose = shift;
my $pwd_prompt = 'assword: $';
my $continue = 'continue connecting (yes/no)?';
my $timeout = 15;
my $timeout = 30;
my $success = 0;
my $pwd_sent = 0;
my $expect_log;