2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 18:50:28 +00:00

Increase timeout in watit_nic_connect_intime frrom 40 seconds to 80

This commit is contained in:
Wai Yee Wong
2021-12-06 14:17:02 -05:00
parent 4c84b58870
commit 26697f5008

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