Skip to content

Commit 69e3c94

Browse files
authored
[ci] [R-package] allow more possibly-lost warnings from valgrind (#6233)
1 parent bed9f3f commit 69e3c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/test_r_package_valgrind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ bytes_possibly_lost=$(
6868
| tr -d ","
6969
)
7070
echo "valgrind found ${bytes_possibly_lost} bytes possibly lost"
71-
if [[ ${bytes_possibly_lost} -gt 352 ]]; then
71+
if [[ ${bytes_possibly_lost} -gt 1056 ]]; then
7272
exit -1
7373
fi
7474

0 commit comments

Comments
 (0)