Guard the test suite run with a timeout
This commit is contained in:
parent
51c97fb59e
commit
8c4195b426
@ -42,7 +42,7 @@ make DESTDIR=$RPM_BUILD_ROOT bindir=%{_bindir} install
|
||||
# koji for some reason. Disable it, but have it handy.
|
||||
%check
|
||||
echo ====================TESTING=========================
|
||||
make check ||:
|
||||
timeout 180 make check ||:
|
||||
echo ====================TESTING END=====================
|
||||
|
||||
%files
|
||||
|
||||
Loading…
Reference in New Issue
Block a user