2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 18:00:38 +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:
besawn
2021-12-06 17:20:30 -05:00
committed by GitHub

View File

@ -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