]> git.pld-linux.org Git - packages/kde4-kig.git/commitdiff
kill make if it hangs (for testing only) test
authorJan Palus <atler@pld-linux.org>
Tue, 18 Jan 2022 15:19:15 +0000 (16:19 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 18 Jan 2022 15:19:15 +0000 (16:19 +0100)
kde4-kig.spec

index 60b53f0997f5066d09fe0df174c325cb1601be9b..8d25b33c736868d51dcb8883ade633ed7663ab8c 100644 (file)
@@ -47,7 +47,7 @@ cd build
 %cmake .. \
        -DBoostPython_INCLUDE_DIRS=%{py_incdir} \
        -DBoostPython_LIBRARIES="boost_python%(echo %{py_ver} | tr -d .);python%{py_ver}"
-%{__make}
+/usr/bin/timeout -k 5 120 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.072623 seconds and 4 git commands to generate.