We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98bc470 commit 7006a37Copy full SHA for 7006a37
.github/scripts/tests_run.sh
@@ -43,7 +43,7 @@ function run_test() {
43
extra_args="--embedded-services qemu --qemu-image-path $build_dir/$sketchname.ino.merged.bin"
44
45
if [ $target == "esp32" ] || [ $target == "esp32s3" ]; then
46
- extra_args+=" --qemu-prog-path qemu-system-xtensa --qemu-cli-args=\"-machine $target -nographic\""
+ extra_args+=" --qemu-prog-path qemu-system-xtensa --qemu-cli-args=\"-machine $target -m 2M -nographic\""
47
elif [ $target == "esp32c3" ]; then
48
extra_args+=" --qemu-prog-path qemu-system-riscv32 --qemu-cli-args=\"-machine $target -icount 3 -nographic\""
49
else
0 commit comments