mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-22074 Increase the valgrind CI timeout
This commit is contained in:
parent
dcd19ae9bc
commit
4cf4116dad
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ jobs:
|
|||
#-------------------------------------------------------------------------
|
||||
- job: ICU4C_Clang_Valgrind_Ubuntu_1804
|
||||
displayName: 'C: Linux Clang Valgrind (Ubuntu 18.04)'
|
||||
timeoutInMinutes: 60
|
||||
timeoutInMinutes: 75
|
||||
pool:
|
||||
vmImage: 'ubuntu-18.04'
|
||||
steps:
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
- script: |
|
||||
cd icu4c/source/test/intltest && LD_LIBRARY_PATH=../../lib:../../stubdata:../../tools/ctestfw:$LD_LIBRARY_PATH valgrind --tool=memcheck --error-exitcode=1 --leak-check=full --show-reachable=yes ./intltest
|
||||
displayName: 'Valgrind intltest'
|
||||
timeoutInMinutes: 45
|
||||
timeoutInMinutes: 60
|
||||
- script: |
|
||||
cd icu4c/source/test/cintltst && LD_LIBRARY_PATH=../../lib:../../stubdata:../../tools/ctestfw:$LD_LIBRARY_PATH valgrind --tool=memcheck --error-exitcode=1 --leak-check=full --show-reachable=yes ./cintltst
|
||||
displayName: 'Valgrind cintltst'
|
||||
|
|
Loading…
Add table
Reference in a new issue