mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
tests/sigchild.sh: increase a sleep to prevent very rare intermittent fail
This commit is contained in:
parent
fbdf240acb
commit
dc80f40d40
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ then
|
|||
integer running=0 maxrunning=0
|
||||
trap "((running--))" CHLD
|
||||
for ((i=0; i<JOBCOUNT; i++))
|
||||
do sleep .1 &
|
||||
do sleep .5 &
|
||||
if ((++running > maxrunning))
|
||||
then ((maxrunning=running))
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue