From 2fa4747b9bbebe5f7b5aa6600679bbcba89c7080 Mon Sep 17 00:00:00 2001 From: William King Date: Wed, 27 Oct 1999 02:01:47 +0000 Subject: [PATCH] changed test timeout to 5 minutes for slow systems --- bin/tests/mem/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/mem/Makefile.in b/bin/tests/mem/Makefile.in index 4a3f901879..e299255fc2 100644 --- a/bin/tests/mem/Makefile.in +++ b/bin/tests/mem/Makefile.in @@ -39,7 +39,7 @@ t_mem: t_mem.@O@ ${DEPLIBS} ${LIBTOOL} ${CC} -o $@ t_mem.@O@ ${LIBS} test: - -@./t_mem -b @srcdir@ -q 180 -a + -@./t_mem -b @srcdir@ -q 300 -a testhelp: @./t_mem -h