summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
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 /appveyor.yml
parent2a2a46b8898f61cd7359090658851bb6fef95c83 (diff)
Travis/Appveyor CI: Set CTest timeout to 45 seconds for CI builds
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
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: