vmTools/test: give pan build more memory
This commit is contained in:
parent
55b883448e
commit
80b5b4917c
@ -9,7 +9,7 @@ with vmTools;
|
||||
|
||||
buildHelloInVM = runInLinuxVM hello;
|
||||
|
||||
buildPanInVM = runInLinuxVM pan;
|
||||
buildPanInVM = runInLinuxVM (pan // { memSize = 2048; });
|
||||
|
||||
|
||||
testRPMImage = makeImageTestScript diskImages.fedora27x86_64;
|
||||
|
Loading…
Reference in New Issue
Block a user