Appveyor: Set timeout of unit-tests in appveyor.yml instead of CMake

This commit is contained in:
Isaac Nickaein
2019-06-22 22:14:40 +04:30
parent f559142008
commit 0a137b78ac
2 changed files with 3 additions and 7 deletions
+3 -1
View File
@@ -103,4 +103,6 @@ build_script:
- cmake --build . --config "%configuration%"
test_script:
- ctest -C "%configuration%" -V -j
# Set 1 hour timeout to avoid the occasional
# timeouts on test-unicode_all
- ctest --timeout 3600 -C "%configuration%" -V -j