mirror of
https://github.com/nlohmann/json.git
synced 2026-09-03 15:05:01 +00:00
Appveyor: Set timeout of unit-tests in appveyor.yml instead of CMake
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user