lava: Upload artifacts as a separate test
[lttng-ci.git] / scripts / system-tests / run-test-suites.sh
index 2637bc44c1efc018fe6346b90a7c5c0e17ddce47..90c4754e90ae7f9b1b985bd54af704cc4cd06c81 100755 (executable)
@@ -73,7 +73,7 @@ failed_tests=0
 
 export LTTNG_ENABLE_DESTRUCTIVE_TESTS="will-break-my-system"
 
-make --keep-going check || failed_tests=1
+timeout 90m make --keep-going check || failed_tests=1
 
 if [ -f "./tests/root_regression" ]; then
     cd "./tests" || exit 1
This page took 0.02252 seconds and 4 git commands to generate.