diff --git a/build-aux/test-c.sh b/build-aux/test-c.sh index 0363df46..9a84f6c4 100755 --- a/build-aux/test-c.sh +++ b/build-aux/test-c.sh @@ -63,7 +63,7 @@ $CC -c $CPPFLAGS $CFLAGS -o "$o".o "$t" $CC $CFLAGS $LDFLAGS -L . -o "$o" $crt1 "$o".o $LIBS 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=$? set -e if [ -f "$b".exit ]; then