Browse code

Merge "remove multi-host timeout"

Jenkins authored on 2013/09/05 01:44:20
Showing 1 changed files
... ...
@@ -1454,7 +1454,6 @@ function _ping_check_novanet() {
1454 1454
     local check_command=""
1455 1455
     MULTI_HOST=`trueorfalse False $MULTI_HOST`
1456 1456
     if [[ "$MULTI_HOST" = "True" && "$from_net" = "$PRIVATE_NETWORK_NAME" ]]; then
1457
-        sleep $boot_timeout
1458 1457
         return
1459 1458
     fi
1460 1459
     if [[ "$expected" = "True" ]]; then