diff --git a/tests/libllvm-size/test.sh b/tests/libllvm-size/test.sh index aee5bd7..f98724a 100755 --- a/tests/libllvm-size/test.sh +++ b/tests/libllvm-size/test.sh @@ -4,7 +4,7 @@ # while stripping binaries, which causes the strip to fail, but does # not fail the build. This results in a libLLVM.so that is over 2GB # which breaks the nightly compose. So this test checks that libLLVM.so -# is less than 100MB to ensure it was successfully stripped. +# is less than 150MB to ensure it was successfully stripped. # https://bugzilla.redhat.com/show_bug.cgi?id=1793250 -test $(stat -L -c %s $LIBLLVM_PATH) -lt 104857600 +test $(stat -L -c %s $LIBLLVM_PATH) -lt 209715200