testing: Only sleep after a host has actually been started.

This commit is contained in:
Tobias Brunner 2010-08-03 16:37:12 +02:00
parent ad808bc2a2
commit f32c0ce7b6
1 changed files with 1 additions and 1 deletions

View File

@ -67,10 +67,10 @@ do
\$SWITCH_${host} \
mem=${MEM}M con=pty con0=fd:0,fd:1" &
cgecho "done"
sleep 15
fi
let "x0+=dx"
let "y0+=dy"
sleep 15
done
if [ -z "$BOOTING_HOSTS" ]