From 8c4195b4266096f76b29ca0b036ea71d7d5e9777 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Tue, 5 Nov 2013 05:10:01 +0100 Subject: [PATCH] Guard the test suite run with a timeout --- ltrace.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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