From e6510eb3726dcd491e9cfa0cc92a253d31a7e01f Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Thu, 10 Apr 2014 15:02:00 -0400 Subject: [PATCH] put a timeout of 30m on make test, as it sometimes causes hangs on the builder (mostly on arm) --- socat.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/socat.spec b/socat.spec index 839a827..2f3ded0 100644 --- a/socat.spec +++ b/socat.spec @@ -51,7 +51,8 @@ install -m 0644 *.sh %{buildroot}/%{_docdir}/socat/ %check export TERM=ansi export OD_C=/usr/bin/od -make test +# intermittently, a test sometimes just fails and hangs, mostly on arm +timeout 30m make test %files %doc BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ PORTING