mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 11:42:05 +00:00
Merge pull request #7076 from peterwywong/nic_connect
Increase timeout for wait_nic_connect_intime in nicutils.sh from 40 seconds to 80
This commit is contained in:
commit
2ceca4bc4a
@ -1886,7 +1886,7 @@ function is_connection_activate_intime {
|
||||
|
||||
function wait_nic_connect_intime {
|
||||
nic_name=$1
|
||||
time_out=40
|
||||
time_out=80
|
||||
con_name=''
|
||||
if [ ! -z "$2" ]; then
|
||||
time_out=$2
|
||||
|
Loading…
x
Reference in New Issue
Block a user