mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
increase pipeline timeout to 10min for tsan
This commit is contained in:
parent
a2954397d9
commit
6d42f2ac39
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ jobs:
|
||||||
cmakeArgs: .. $(cmakeExtraArgs)
|
cmakeArgs: .. $(cmakeExtraArgs)
|
||||||
- script: make -j$(nproc) -C $(BuildType)
|
- script: make -j$(nproc) -C $(BuildType)
|
||||||
displayName: Make
|
displayName: Make
|
||||||
- script: ctest --verbose --timeout 300
|
- script: ctest --verbose --timeout 600
|
||||||
workingDirectory: $(BuildType)
|
workingDirectory: $(BuildType)
|
||||||
displayName: CTest
|
displayName: CTest
|
||||||
# - upload: $(Build.SourcesDirectory)/$(BuildType)
|
# - upload: $(Build.SourcesDirectory)/$(BuildType)
|
||||||
|
|
Loading…
Add table
Reference in a new issue