Guard the test suite run with a timeout

This commit is contained in:
Petr Machata 2013-11-05 05:10:01 +01:00
parent 51c97fb59e
commit 8c4195b426

View File

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