build-aux: Increase test timeout to 20 s.
This commit is contained in:
parent
b11510f4da
commit
073cfca2b4
|
@ -68,7 +68,7 @@ $CC -g -c $AM_CPPFLAGS $CPPFLAGS $AM_CFLAGS $CFLAGS -o "$o".o "$t"
|
||||||
$CC -g $AM_CFLAGS $CFLAGS $AM_LDFLAGS $LDFLAGS -L . -o "$o" $crt1 "$o".o $LIBS
|
$CC -g $AM_CFLAGS $CFLAGS $AM_LDFLAGS $LDFLAGS -L . -o "$o" $crt1 "$o".o $LIBS
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
timeout 10 "$o" -s --long file0 file1 > "$o".1 2> "$o".2
|
timeout 20 "$o" -s --long file0 file1 > "$o".1 2> "$o".2
|
||||||
r=$?
|
r=$?
|
||||||
set -e
|
set -e
|
||||||
if [ -f "$b".exit ]; then
|
if [ -f "$b".exit ]; then
|
||||||
|
|
Loading…
Reference in a new issue