[socat] put a timeout of 30m on make test, as it sometimes causes hangs on the builder (mostly on arm)

Paul Wouters pwouters at fedoraproject.org
Thu Apr 10 19:02:34 UTC 2014


commit e6510eb3726dcd491e9cfa0cc92a253d31a7e01f
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Apr 10 15:02:00 2014 -0400

    put a timeout of 30m on make test, as it sometimes causes hangs on the
    builder (mostly on arm)

 socat.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list