Increase sleep intervals to avoid test failures on slower/busy systems
read foo
fi
KILLPIDS="$PID $KILLPIDS"
- sleep $SLEEP0
+ sleep $SLEEP1
echo "Using ldapsearch to check that provider slapd is running..."
for i in 0 1 2 3 4 5; do
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit 1
fi
- sleep $SLEEP0
+ sleep $SLEEP1
n=`expr $n + 1`
done
read foo
fi
KILLPIDS="$PID $KILLPIDS"
- sleep $SLEEP0
+ sleep $SLEEP1
echo "Using ldapsearch to check that provider slapd is running..."
for i in 0 1 2 3 4 5; do