From 189965a3c857dd593ba60ae1b76797168d17c691 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@gmail.com> Date: Tue, 12 Feb 2019 18:25:46 +0100 Subject: [PATCH] [CI] tests might need more than 10min --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 846528f5..eee60d26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ script: - make -j4 # Run unit tests - - make test || ctest -VV + - travis_wait 30 make test || travis_wait 30 ctest -VV # Make sure we can install and uninstall with no issues - sudo make -j4 install -- GitLab