Skip to content

Commit 7006a37

Browse files
committed
Test
1 parent 98bc470 commit 7006a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/scripts/tests_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function run_test() {
4343
extra_args="--embedded-services qemu --qemu-image-path $build_dir/$sketchname.ino.merged.bin"
4444

4545
if [ $target == "esp32" ] || [ $target == "esp32s3" ]; then
46-
extra_args+=" --qemu-prog-path qemu-system-xtensa --qemu-cli-args=\"-machine $target -nographic\""
46+
extra_args+=" --qemu-prog-path qemu-system-xtensa --qemu-cli-args=\"-machine $target -m 2M -nographic\""
4747
elif [ $target == "esp32c3" ]; then
4848
extra_args+=" --qemu-prog-path qemu-system-riscv32 --qemu-cli-args=\"-machine $target -icount 3 -nographic\""
4949
else

0 commit comments

Comments
 (0)