From f32c0ce7b6b85c1aed94dd41cdb839f1d41a0698 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 3 Aug 2010 16:37:12 +0200 Subject: [PATCH] testing: Only sleep after a host has actually been started. --- testing/scripts/gstart-umls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/gstart-umls b/testing/scripts/gstart-umls index 624db8d8b..c6fcd26dc 100755 --- a/testing/scripts/gstart-umls +++ b/testing/scripts/gstart-umls @@ -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" ]