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
This commit is contained in:
Mate Lakat 2013-08-30 14:10:52 +01:00
parent 117af3430f
commit 1533a349da

View File

@ -1454,7 +1454,6 @@ function _ping_check_novanet() {
local check_command=""
MULTI_HOST=`trueorfalse False $MULTI_HOST`
if [[ "$MULTI_HOST" = "True" && "$from_net" = "$PRIVATE_NETWORK_NAME" ]]; then
sleep $boot_timeout
return
fi
if [[ "$expected" = "True" ]]; then