Skip to content

Commit

Permalink
tests: increase the vcpus of the VM to default 2 to 4
Browse files Browse the repository at this point in the history
Otherwise firefox crashes under wayland boot.iso.
  • Loading branch information
KKoukiou committed Oct 22, 2024
1 parent 579a13f commit 27eec3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/machine_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def start(self):
f"{boot_arg} "
f"--name {self.label} "
f"--os-variant=detect=on "
"--memory 4096 "
"--memory 4096 --vcpus 4 "
"--noautoconsole "
f"--graphics vnc,listen={self.ssh_address} "
"--extra-args "
Expand Down

0 comments on commit 27eec3e

Please sign in to comment.