Increase timeout so low-end platforms have a chance to complete test

procedures.

This fixes operation in QEMU/MIPS64.

Sponsored by:	DARPA, AFRL
Sponsored by:	HEIF5
This commit is contained in:
Ruslan Bukin 2016-10-17 10:21:53 +00:00
parent d3bf5efc1f
commit 6bfde4a6fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307519

View File

@ -20,12 +20,13 @@ sleep=$(pwd)/sleep.txt
ln -sf /bin/sleep $sleep
name="pgrep -j <jid>"
sleep_amount=5
sleep_amount=15
jail -c path=/ name=${base}_1_1 ip4.addr=127.0.0.1 \
command=daemon -p ${PWD}/${base}_1_1.pid $sleep $sleep_amount &
jail -c path=/ name=${base}_1_2 ip4.addr=127.0.0.1 \
command=daemon -p ${PWD}/${base}_1_2.pid $sleep $sleep_amount &
sleep 0.5
for i in `seq 1 10`; do
jid1=$(jail_name_to_jid ${base}_1_1)