Skip to content

Commit a853682

Browse files
committed
Update test threshold
1 parent 50b1242 commit a853682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
elif [[ ${{ matrix.os}} == "zephyr-preset" ]]; then
247247
setup_script=.ci/scripts/setup-arm-zephyr-x86-64-tools.sh
248248
toolchain_prefix=arm-zephyr-eabi-
249-
threshold="153600" # should be ~138KB, set threashold to 150KB
249+
threshold="225280" # should be ~216KB, set threshold to 220KB
250250
else
251251
echo "Fail unsupport OS selection ${{ matrix.os }}"
252252
exit 1

0 commit comments

Comments
 (0)