Increase test memory

This commit is contained in:
Robert Hensing 2020-09-05 23:02:21 +02:00
parent b2e2aad1d5
commit fd41e1e7de

View file

@ -36,7 +36,7 @@ in
pkgs.stdenv pkgs.stdenv
]; ];
virtualisation.memorySize = 512; virtualisation.memorySize = 1024;
}; };
testScript = '' testScript = ''
machine.fail("curl localhost:8000") machine.fail("curl localhost:8000")