diff --git a/ltrace.spec b/ltrace.spec index f2c68ff..657be06 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -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