put a timeout of 30m on make test, as it sometimes causes hangs on the
builder (mostly on arm)
This commit is contained in:
parent
6227873f51
commit
e6510eb372
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user