put a timeout of 30m on make test, as it sometimes causes hangs on the

builder (mostly on arm)
This commit is contained in:
Paul Wouters 2014-04-10 15:02:00 -04:00
parent 6227873f51
commit e6510eb372
1 changed files with 2 additions and 1 deletions

View File

@ -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