summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-08-11 13:14:55 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-08-11 13:14:55 +0200
commit5e08e4ff15fa345af33a870826284a72b8ed9e53 (patch)
treeb1ddf9623e89bdf3447a0ae3486c40d3f28cf4c3
parent2a2a46b8898f61cd7359090658851bb6fef95c83 (diff)
Travis/Appveyor CI: Set CTest timeout to 45 seconds for CI builds
-rw-r--r--.travis.yml4
-rw-r--r--appveyor.yml4
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: