From e6510eb3726dcd491e9cfa0cc92a253d31a7e01f Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Apr 10 2014 19:02:00 +0000 Subject: put a timeout of 30m on make test, as it sometimes causes hangs on the builder (mostly on arm) --- 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