Skip to content

Commit

Permalink
[ci] [R-package] allow more possibly-lost warnings from valgrind (#6233)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 19, 2023
1 parent bed9f3f commit 69e3c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test_r_package_valgrind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ bytes_possibly_lost=$(
| tr -d ","
)
echo "valgrind found ${bytes_possibly_lost} bytes possibly lost"
if [[ ${bytes_possibly_lost} -gt 352 ]]; then
if [[ ${bytes_possibly_lost} -gt 1056 ]]; then
exit -1
fi

Expand Down

0 comments on commit 69e3c94

Please sign in to comment.