From 1058c6e518ef3264afadb2f1efb3a3516a9c8cb8 Mon Sep 17 00:00:00 2001 From: linggao Date: Thu, 28 May 2015 16:48:18 -0400 Subject: [PATCH] increased the timeout value for ssh/telnet connection for MelloxIB switch --- xCAT-server/lib/perl/xCAT/MellanoxIB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/MellanoxIB.pm b/xCAT-server/lib/perl/xCAT/MellanoxIB.pm index 56ed53109..d9f5f0f92 100644 --- a/xCAT-server/lib/perl/xCAT/MellanoxIB.pm +++ b/xCAT-server/lib/perl/xCAT/MellanoxIB.pm @@ -634,7 +634,7 @@ sub setSSHcfg { } my @result = $mysw->expect( - 5, + 10, [ $pwd_prompt, sub {