Skip to content

Commit

Permalink
ICU-22074 Increase the valgrind CI timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rp9-next committed Aug 1, 2022
1 parent dcd19ae commit 4cf4116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci-builds/.azure-valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'
Expand Down

0 comments on commit 4cf4116

Please sign in to comment.