diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-08-03 16:37:12 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-09-02 19:04:22 +0200 |
commit | f32c0ce7b6b85c1aed94dd41cdb839f1d41a0698 (patch) | |
tree | 1a10d5fb049366d874f09ec70ce4e7022fa25e65 /testing | |
parent | ad808bc2a261c3268b2a401cea1ef26f1e262aa3 (diff) | |
download | strongswan-f32c0ce7b6b85c1aed94dd41cdb839f1d41a0698.tar.bz2 strongswan-f32c0ce7b6b85c1aed94dd41cdb839f1d41a0698.tar.xz |
testing: Only sleep after a host has actually been started.
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/scripts/gstart-umls | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] |