From 9b88f244b60ee6f9081eaa47bb706ca444b7a171 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Sat, 3 Sep 2016 16:52:08 +0200 Subject: [PATCH] travis: Added timeout to ctest --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e51081..ebe4f1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,7 +110,7 @@ script: - | if [ "${TESTS:-ON}" = "ON" ]; then TERM=dumb cmake --build . --target criterion_tests -- -j4 - ctest --output-on-failure -j4 + ctest --output-on-failure -j4 --timeout=20 else TERM=dumb cmake --build . -- -j4 fi