Skip to content

Commit

Permalink
Update minimal_jdk_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhorvitz authored Dec 6, 2023
1 parent 1f4f0e9 commit 0e14e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/shell/integration/minimal_jdk_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function test_size_less_than_450MB() {
bazel info
ib=$(bazel info install_base)
size=$(du -s "$ib" | cut -d\ -f1)
maxsize=$((1024*370))
maxsize=$((1024*450))
if [ $size -gt $maxsize ]; then
echo "$ib was too big:" 1>&2
du -a "$ib" 1>&2
Expand Down

0 comments on commit 0e14e7d

Please sign in to comment.