summaryrefslogtreecommitdiff
path: root/nightly-test
diff options
context:
space:
mode:
Diffstat (limited to 'nightly-test')
-rwxr-xr-xnightly-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly-test b/nightly-test
index 5e99fb12b..8473dba01 100755
--- a/nightly-test
+++ b/nightly-test
@@ -15,7 +15,7 @@ svn checkout "svn://scm.gforge.inria.fr/svn/mpfr/${BRANCH:-trunk}" "$DIR"
cd "$DIR"
autoreconf -i
./configure --with-gmp="$GMP" --disable-alloca --enable-assert=full \
- --disable-shared --enable-thread-safe
+ --disable-shared --enable-thread-safe --with-tests-timeout=60
make
export GMP_CHECK_RANDOMIZE=1
make check