Skip to content

Commit

Permalink
chore: increase log size limit in ci (#14532)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan authored Jan 12, 2024
1 parent 608c89e commit 11c1c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ do
fi
done
if (( "$(du -sk ${PREFIX_LOG} | cut -f1)" > 2000 )) ; then
if (( "$(du -sk ${PREFIX_LOG} | cut -f1)" > 3000 )) ; then
echo "$(tput setaf 1)ERROR: log size is significantly large ($(du -sh ${PREFIX_LOG} | cut -f1)).$(tput sgr0) Please disable unnecessary logs."
exit 1
fi
Expand Down

0 comments on commit 11c1c6b

Please sign in to comment.