Increase test memory
This commit is contained in:
parent
b2e2aad1d5
commit
fd41e1e7de
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ in
|
|||
pkgs.stdenv
|
||||
];
|
||||
|
||||
virtualisation.memorySize = 512;
|
||||
virtualisation.memorySize = 1024;
|
||||
};
|
||||
testScript = ''
|
||||
machine.fail("curl localhost:8000")
|
||||
|
|
Loading…
Reference in a new issue