diff options
author | Don <don.j.olmstead@gmail.com> | 2018-03-20 21:27:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-20 21:27:13 -0700 |
commit | 8b72e6aca66fab96622d2344558d0f63749ae63b (patch) | |
tree | 2c576a2a7fe378cdbd91000b4442296a302593a2 /appveyor.yml | |
parent | 0263e69a9346e2a3c3bcbbed8f12a9749da63900 (diff) | |
download | portable-8b72e6aca66fab96622d2344558d0f63749ae63b.tar.gz portable-8b72e6aca66fab96622d2344558d0f63749ae63b.tar.bz2 portable-8b72e6aca66fab96622d2344558d0f63749ae63b.zip |
Add timeout and output for failure
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index a79199b..9959fde 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -55,4 +55,4 @@ build_script: | |||
55 | - cmake --build . --config %CONFIG% | 55 | - cmake --build . --config %CONFIG% |
56 | 56 | ||
57 | test_script: | 57 | test_script: |
58 | - ctest -C %CONFIG% | 58 | - ctest -C %CONFIG% --timeout 150 --output-on-failure |