Skip to content

Commit

Permalink
ci: increase soft binary size limit (#953)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Schore <[email protected]>
Signed-off-by: JP Simard <[email protected]>
  • Loading branch information
goaway authored and jpsim committed Nov 28, 2022
1 parent d8d79be commit f12358d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/ci/test_size_regression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Checks the absolute size and the relative size increase of a file.

MAX_SIZE=5500000 # 5.5MB
MAX_SIZE=5600000 # 5.6MB
MAX_PERC=1

if [ `uname` == "Darwin" ]
Expand Down

0 comments on commit f12358d

Please sign in to comment.