]> skyeroc.xyz Git - dgamelaunch/commitdiff
Wait only 1/10 instead of 1 second between processes.
authorJilles Tjoelker <jilles@stack.nl>
Wed, 17 Mar 2004 13:51:31 +0000 (13:51 +0000)
committerJilles Tjoelker <jilles@stack.nl>
Wed, 17 Mar 2004 13:51:31 +0000 (13:51 +0000)
(yes I know sleep x.y is not portable but waiting so long is so annoying)

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@280 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

stresstest.sh

index 32834092aef4359a7cd1a3d1a4424901880920e8..a4376c1c736546718469320cd65d0d01764da220 100755 (executable)
@@ -20,7 +20,7 @@ i=1
 while [ $i -le $max ]; do
        xterm -e sh -c '(sleep 1; echo "ltest$i"; echo aa; echo -n py i; cat) | ./dgamelaunch -f "$conffile" '&
        echo -n " $!"
-       sleep 1
+       sleep 0.1
        i=$(($i+1))
 done
 echo