Browse code

remove multi-host timeout

If you ran exercises with MULTI_HOST enabled, an additional sleep was
performed. This change removes that sleep to speed up tests.

Change-Id: I9dfd61cbb9415bd5e8fd1e40f4e41512be2ae0d2

Mate Lakat authored on 2013/08/30 22:10:52
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