From fd41e1e7de2247bad0b8086144c6258ca5ec3508 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sat, 5 Sep 2020 23:02:21 +0200 Subject: [PATCH] Increase test memory --- tests/arion-test/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/arion-test/default.nix b/tests/arion-test/default.nix index bc1a2e5..ad4eebc 100644 --- a/tests/arion-test/default.nix +++ b/tests/arion-test/default.nix @@ -36,7 +36,7 @@ in pkgs.stdenv ]; - virtualisation.memorySize = 512; + virtualisation.memorySize = 1024; }; testScript = '' machine.fail("curl localhost:8000")