Skip to content

Commit 5e6bf52

Browse files
committed
optimize tests for the limited resources available in CI
Signed-off-by: Wojciech Ozga <woz@zurich.ibm.com>
1 parent 77d03c9 commit 5e6bf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypervisor/rootfs/test_attestation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55
. common.sh
66

7-
/root/run_linux_vm_qemu.sh --daemonize 2>&1 > tmp_run_vm.log &
7+
/root/run_linux_vm_qemu.sh -s=1 -m=256M --daemonize 2>&1 > tmp_run_vm.log &
88
sleep 5
99

1010
TVM_USER="root"

0 commit comments

Comments
 (0)