Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-29 21:42:20 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-29 21:42:20 +0300
commit2f570b29eb21ec017579ba64963e614f8f8004ae (patch)
tree3c53865b78300b65e93e01e534ba0220dd0cdc0c /.travis.yml
parent4aa75b021b4e4b11e8fe39ff5c80b62e4e5ab438 (diff)
Added deadline to unlink and relink.
Added timeout to ctest invocation.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 28b9bed0..8b3590e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,7 +73,7 @@ script:
if [ "$__" = "cmake tests" ]; then
if [ "$CXX" = "g++" ]; then export CXX=g++-7; export NAME=TravisLinuxWorkerGCC; fi;
if [ "$CXX" = "clang++" ]; then export CXX=clang++-4.0; export NAME=TravisLinuxWorkerClang; fi;
- ctest -S .ci.cmake -V;
+ ctest -S .ci.cmake -V --timeout 300;
fi
-
if [ "$__" = "Documentation" ]; then