test: Bump timeout.

* build-aux/test-c.sh: Bump timeout to 10s, __mesabi_uldiv can be slow.
This commit is contained in:
Jan Nieuwenhuizen 2019-09-07 19:55:12 +02:00
parent 9b0efad295
commit 39498d9233
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -63,7 +63,7 @@ $CC -c $CPPFLAGS $CFLAGS -o "$o".o "$t"
$CC $CFLAGS $LDFLAGS -L . -o "$o" $crt1 "$o".o $LIBS $CC $CFLAGS $LDFLAGS -L . -o "$o" $crt1 "$o".o $LIBS
set +e set +e
timeout 2 "$o" -s --long file0 file1 > "$o".1 2> "$o".2 timeout 10 "$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