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:
parent
c671ceee05
commit
597472d2e0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user