Unverified Commit 69e3c941 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] [R-package] allow more possibly-lost warnings from valgrind (#6233)

parent bed9f3ff
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment