From 5e08e4ff15fa345af33a870826284a72b8ed9e53 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Tue, 11 Aug 2020 13:14:55 +0200 Subject: Travis/Appveyor CI: Set CTest timeout to 45 seconds for CI builds --- .travis.yml | 4 ++-- appveyor.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab0e9e8c99..5dd07d0ce6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -92,7 +92,7 @@ jobs: - cpack -G DEB script: # Run tests and benchmarks - - ctest + - ctest --timeout 45 - cmake --build . --target benchmark - name: OSX/clang/SCons build @@ -198,7 +198,7 @@ jobs: - cpack -G DragNDrop script: # Run tests and benchmarks - - ctest + - ctest --timeout 45 - cmake --build . --target benchmark before_cache: # Avoid indefinite cache growth diff --git a/appveyor.yml b/appveyor.yml index 00208f4dad..44fda6c1b1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -132,7 +132,7 @@ for: test_script: - export CTEST_OUTPUT_ON_FAILURE=1 - export QT_QPA_PLATFORM=offscreen - - ctest -T test --no-compress-output + - ctest -T test --no-compress-output --timeout 45 - cmake --build . --target benchmark after_test: @@ -265,7 +265,7 @@ for: # Calling mixxx-test under bash to have standard output and use stdbuf to # unbuffer standard & error output - set CTEST_OUTPUT_ON_FAILURE=1 - - ctest -C "Release" -T test --no-compress-output + - ctest -C "Release" -T test --no-compress-output --timeout 45 - cmake --build . --target benchmark after_test: -- cgit v1.2.3