mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
add test timeout on windows pipeline
This commit is contained in:
parent
551831ba1c
commit
2236b712f4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ jobs:
|
||||||
configuration: '$(MSBuildConfiguration)'
|
configuration: '$(MSBuildConfiguration)'
|
||||||
- script: |
|
- script: |
|
||||||
cd $(BuildType)
|
cd $(BuildType)
|
||||||
ctest --verbose
|
ctest --verbose --timeout 120
|
||||||
displayName: CTest
|
displayName: CTest
|
||||||
# - upload: $(Build.SourcesDirectory)/$(BuildType)
|
# - upload: $(Build.SourcesDirectory)/$(BuildType)
|
||||||
# artifact: mimalloc-windows-$(BuildType)
|
# artifact: mimalloc-windows-$(BuildType)
|
||||||
|
|
Loading…
Add table
Reference in a new issue