From 1aeb587095ad10f4fe49c26ab51ad858bdadac2b Mon Sep 17 00:00:00 2001 From: William King Date: Wed, 8 Sep 1999 01:53:34 +0000 Subject: [PATCH] changed the default timeout to a longer interval to allow tests to run to completion without timing out --- bin/tests/timers/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/timers/Makefile.in b/bin/tests/timers/Makefile.in index 2bb150cba9..06a79c2eaa 100644 --- a/bin/tests/timers/Makefile.in +++ b/bin/tests/timers/Makefile.in @@ -39,7 +39,7 @@ t_timers: t_timers.o ${LIBTOOL} ${CC} -o $@ t_timers.o ${LIBS} test: - -@./t_timers -c @top_srcdir@/t_config -a >> ../t_journal 2>&1 + -@./t_timers -c @top_srcdir@/t_config -q 60 -a >> ../t_journal 2>&1 testhelp: @./t_timers -h